From 3db20314356628c12e2bb9d715fa0c84a5738f97 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Thu, 25 Oct 2018 12:05:45 +0200 Subject: [PATCH] Fix typo --- doc/09-object-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.40.0