From: Alexander A. Klimov Date: Thu, 25 Oct 2018 10:05:45 +0000 (+0200) Subject: Fix typo X-Git-Tag: v2.11.0-rc1~305^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3db20314356628c12e2bb9d715fa0c84a5738f97;p=icinga2 Fix typo --- diff --git a/doc/09-object-types.md b/doc/09-object-types.md index 6dda8c91d..232239676 100644 --- a/doc/09-object-types.md +++ b/doc/09-object-types.md @@ -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."