From c1e916e408e601c30436678bb2679b2545c8c103 Mon Sep 17 00:00:00 2001 From: Martin Sommer Date: Wed, 16 Jul 2025 16:27:30 +0200 Subject: [PATCH] fix typo in applications.md --- docs/resources/applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/applications.md b/docs/resources/applications.md index 46a62cc0..d65119a6 100644 --- a/docs/resources/applications.md +++ b/docs/resources/applications.md @@ -68,7 +68,7 @@ Define the dashboards, which should be used for the application. | name | string | Name of the dashboard. **Note:** You have not to provide a name, if you use the **inline** property. | Yes | | title | string | Title for the dashboard | Yes | | description | string | The description can be used to explain the content of the dashboard. | No | -| placeholders | map | A map of placeholders, whith the name as key and the value for the placeholder as value. More information for placeholders can be found in the documentation for [Dashboards](./dashboards.md). | No | +| placeholders | map | A map of placeholders, with the name as key and the value for the placeholder as value. More information for placeholders can be found in the documentation for [Dashboards](./dashboards.md). | No | | inline | [Inline](#inline) | Specify a complete dashboard within the reference. This can be used if you just use the dashboard within one application. | No | #### Inline