mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Fixing typos and grammatical errors (#3405)
There were some awkward word choices in the opening paragraph, so I updated them to make the document more readable.
This commit is contained in:
committed by
John Mulhausen
parent
3eab07f2b8
commit
416ee6291a
@@ -4,8 +4,8 @@ keywords: format, formatting, output, templates, log
|
||||
title: Format command and log output
|
||||
---
|
||||
|
||||
Docker uses [Go templates](https://golang.org/pkg/text/template/) to allow users manipulate the output format
|
||||
of certain commands and log drivers. Each command a driver provides a detailed
|
||||
Docker uses [Go templates](https://golang.org/pkg/text/template/) which allow users to manipulate the output format
|
||||
of certain commands and log drivers. Each command a driver provides has a detailed
|
||||
list of elements they support in their templates:
|
||||
|
||||
- [Docker Images formatting](../reference/commandline/images.md#formatting)
|
||||
|
||||
Reference in New Issue
Block a user