diff --git a/doc/15-Service-apply-for-example.md b/doc/15-Service-apply-for-example.md index ae1fbf1d..531e4a73 100644 --- a/doc/15-Service-apply-for-example.md +++ b/doc/15-Service-apply-for-example.md @@ -8,7 +8,7 @@ Refer to [Working with fields](14-Fields-example-interfaces-array.md) section to You also need to define a `tcp_port` data field of type `String`, we will associate it to a `Service Template` later. -Then, please got to the `Dashboard` and choose the `Monitored services` dashlet: +Then, please go to the `Dashboard` and choose the `Monitored services` dashlet: ![Dashboard - Monitored services](screenshot/director/15_apply-for-services/151_monitored_services.png) diff --git a/doc/60-CLI.md b/doc/60-CLI.md index 770fb949..61b9c14b 100644 --- a/doc/60-CLI.md +++ b/doc/60-CLI.md @@ -157,8 +157,8 @@ icingacli director host set localhost --json '{ "address": "127.0.0.2" }' ``` This command will fail in case the specified object does not exist. This is -when the `--auto-create` parameter comes in handy. Command output will thell -you whether an object has either be created or (not) modified. +when the `--auto-create` parameter comes in handy. Command output will tell +you whether an object has either been created or (not) modified. With `set` you only set the specified properties and do not touch the other ones. You could also want to completely override an object, purging all other @@ -192,7 +192,7 @@ in JSON format. ### Clone an existing object -Use this command to clone a specific object +Use this command to clone a specific object. #### Usage diff --git a/doc/70-REST-API.md b/doc/70-REST-API.md index 5b65acd1..7029c893 100644 --- a/doc/70-REST-API.md +++ b/doc/70-REST-API.md @@ -467,7 +467,7 @@ Content-Type: application/json Ok, no way. So let's use the correct method: - DELETE 'director/host?name=apitest + DELETE director/host?name=apitest ``` HTTP/1.1 200 OK