From 416ee6291a2f8b04b8f0646ee1415cd473000f24 Mon Sep 17 00:00:00 2001 From: Jeremiah Witt Date: Fri, 2 Jun 2017 14:44:56 -0400 Subject: [PATCH] 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. --- engine/admin/formatting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/admin/formatting.md b/engine/admin/formatting.md index 2589767674..015e3b471e 100644 --- a/engine/admin/formatting.md +++ b/engine/admin/formatting.md @@ -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)