Fix formatting in value types docs

refs #5783
This commit is contained in:
Michael Friedrich 2017-11-20 18:48:26 +01:00
parent 5b231147fe
commit f4524c2aba
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ The Icinga 2 configuration uses different value types for attributes.
[Duration](17-language-reference.md#duration-literals) | `1m`
[String](17-language-reference.md#string-literals) | `"These are notes"`
[Boolean](17-language-reference.md#boolean-literals) | `true`
[Array](17-language-reference.md#array) | `[ "value1", "value2" ]`)
[Dictionary](17-language-reference.md#dictionary) | `{ "key1" = "value1", "key2" = false }` )
[Array](17-language-reference.md#array) | `[ "value1", "value2" ]`
[Dictionary](17-language-reference.md#dictionary) | `{ "key1" = "value1", "key2" = false }`
It is important to use the correct value type for object attributes
as otherwise the [configuration validation](11-cli-commands.md#config-validation) will fail.