docs/reference: explain "colon"

Colon may not be something non-native English readers
know about, so explain the symbol in the running text.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2020-04-19 17:23:09 +02:00
parent e4fc8cfa23
commit e34c407516
19 changed files with 21 additions and 19 deletions

View File

@ -130,7 +130,7 @@ output the data exactly as the template declares or, when using the
`table` directive, includes column headers as well.
The following example uses a template without headers and outputs the
`Name` and `Image` entries separated by a colon for all tasks:
`Name` and `Image` entries separated by a colon (`:`) for all tasks:
```bash
$ docker node ps --format "{{.Name}}: {{.Image}}"