From bfd7156f338a97eaddfabc6e7a5fb440138d7893 Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Fri, 17 Aug 2018 17:44:52 -0700 Subject: [PATCH] Grammatical and spelling updates - Fix misspelling - Remove unnecessary comma --- docs/deploying.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploying.md b/docs/deploying.md index 279094bb9..8848b42b7 100644 --- a/docs/deploying.md +++ b/docs/deploying.md @@ -458,8 +458,8 @@ secrets. You may want to leverage more advanced basic auth implementations by using a proxy in front of the registry. See the [recipes list](recipes/index.md). -The registry also supports delegated authentiation, which redirects users to a -specific, trusted token server. This approach is more complicated to set up, and +The registry also supports delegated authentication which redirects users to a +specific trusted token server. This approach is more complicated to set up, and only makes sense if you need to fully configure ACLs and need more control over the registry's integration into your global authorization and authentication systems. Refer to the following [background information](spec/auth/token.md) and