From 7d81f815b7899d519b6aa55427a5eb576e72e6d0 Mon Sep 17 00:00:00 2001
From: Vincent Demeester <vincent@sbr.pm>
Date: Thu, 2 Mar 2017 12:22:12 +0100
Subject: [PATCH] Merge pull request #31480 from
 thaJeztah/carry-31213-update-experimental-index

[carry 31213] Update index.md
(cherry picked from commit 6361117b59e9f648174980177a018e1506c4ad3b)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
---
 docs/extend/index.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/extend/index.md b/docs/extend/index.md
index 99e02a8bab..071e4df3aa 100644
--- a/docs/extend/index.md
+++ b/docs/extend/index.md
@@ -19,7 +19,7 @@ title: Managed plugin system
 * [Developing a plugin](index.md#developing-a-plugin)
 * [Debugging plugins](index.md#debugging-plugins)
 
-Docker Engine's plugins system allows you to install, start, stop, and remove
+Docker Engine's plugin system allows you to install, start, stop, and remove
 plugins using Docker Engine.
 
 For information about the legacy plugin system available in Docker Engine 1.12
@@ -34,7 +34,7 @@ Plugins are distributed as Docker images and can be hosted on Docker Hub or on
 a private registry.
 
 To install a plugin, use the `docker plugin install` command, which pulls the
-plugin from Docker hub or your private registry, prompts you to grant
+plugin from Docker Hub or your private registry, prompts you to grant
 permissions or capabilities if necessary, and enables the plugin.
 
 To check the status of installed plugins, use the `docker plugin ls` command.
@@ -62,6 +62,7 @@ enabled, and use it to create a volume.
     ```
 
     The plugin requests 2 privileges:
+    
     - It needs access to the `host` network.
     - It needs the `CAP_SYS_ADMIN` capability, which allows the plugin to run
     the `mount` command.