From ede69a38c2cbe7d86a5a87f8e0c4738c37613160 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Wed, 21 Jun 2017 11:01:54 -0700 Subject: [PATCH] Fix small typo Signed-off-by: Misty Stanley-Jones --- docs/extend/plugins_authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extend/plugins_authorization.md b/docs/extend/plugins_authorization.md index ac1837f754..5b49d657ef 100644 --- a/docs/extend/plugins_authorization.md +++ b/docs/extend/plugins_authorization.md @@ -27,7 +27,7 @@ same is true for callers using Docker's Engine API to contact the daemon. If you require greater access control, you can create authorization plugins and add them to your Docker daemon configuration. Using an authorization plugin, a Docker administrator can configure granular access policies for managing access -to Docker daemon. +to the Docker daemon. Anyone with the appropriate skills can develop an authorization plugin. These skills, at their most basic, are knowledge of Docker, understanding of REST, and