]> granicus.if.org Git - icinga2/commitdiff
Fix formatting in value types docs
authorMichael Friedrich <michael.friedrich@icinga.com>
Mon, 20 Nov 2017 17:48:26 +0000 (18:48 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Tue, 28 Nov 2017 10:37:25 +0000 (11:37 +0100)
refs #5783

doc/03-monitoring-basics.md

index e66ab7ddede74b686d22a5337df0d187014468a8..fc768cd88db71690b3ccb62cae150501ebe0b7b2 100644 (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.