From e63f5950da8738e3409d44863ef7d544ec1a4bdd Mon Sep 17 00:00:00 2001
From: John Mulhausen <john@docker.com>
Date: Tue, 25 Oct 2016 12:18:22 -0700
Subject: [PATCH] Formatting fixes

---
 docs/configuration.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/configuration.md b/docs/configuration.md
index da957c15..72c95972 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1832,7 +1832,7 @@ conjunction with the S3 storage driver.
     <td>The storage middleware name. Currently <code>cloudfront</code> is an accepted value.</td>
   </tr>
   <tr>
-    <td><code>disabled<code></td>
+    <td><code>disabled</code></td>
     <td>Set to <code>false</code> to easily disable the middleware.</td>
   </tr>
   <tr>
@@ -1861,7 +1861,6 @@ The following example illustrates these values:
                  keypairid: asecret
                  duration: 60
 
-
 >**Note**: Cloudfront keys exist separately to other AWS keys.  See
 >[the documentation on AWS credentials](http://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html)
 >for more information.