Skip to content

Commit

Permalink
Documentation typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wopfel authored and Thomas-Gelf committed Sep 28, 2017
1 parent b9aea20 commit 3fd4748
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/15-Service-apply-for-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions doc/60-CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion doc/70-REST-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fd4748

Please sign in to comment.