Merge pull request #6731 from Icinga/bugfix/doc-comment

Fix typo
This commit is contained in:
Michael Friedrich 2018-10-30 13:43:31 +01:00 committed by GitHub
commit a47044fa08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,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."