]> granicus.if.org Git - icinga2/commitdiff
Fix typo 6731/head
authorAlexander A. Klimov <alexander.klimov@icinga.com>
Thu, 25 Oct 2018 10:05:45 +0000 (12:05 +0200)
committerAlexander A. Klimov <alexander.klimov@icinga.com>
Thu, 25 Oct 2018 10:05:45 +0000 (12:05 +0200)
doc/09-object-types.md

index 6dda8c91d83e68604e4daea2348568b82e62233c..2322396761a9f96ba6341c36285b17a70f20ecd9 100644 (file)
@@ -287,7 +287,7 @@ with the [add-comment](12-icinga2-api.md#icinga2-api-actions-add-comment) API ac
 Example:
 
 ```
-object Comment "localhost!my-comment" {
+object Comment "my-comment" {
   host_name = "localhost"
   author = "icingaadmin"
   text = "This is a comment."