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:
Jeremiah Witt
2017-06-02 14:44:56 -04:00
committed by John Mulhausen
parent 3eab07f2b8
commit 416ee6291a

View File

@@ -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)