From 0b5ff11185ef69f6e59592f05c21253855e60483 Mon Sep 17 00:00:00 2001 From: Selvi K Date: Thu, 22 Jun 2017 16:16:58 -0700 Subject: [PATCH] Typo in authentication.md --- docs/admin/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authentication.md b/docs/admin/authentication.md index b5d2d77ad6..ea5e6ac591 100644 --- a/docs/admin/authentication.md +++ b/docs/admin/authentication.md @@ -54,7 +54,7 @@ You can enable multiple authentication methods at once. You should usually use a - service account tokens for service accounts - at least one other method for user authentication. -When multiple are enabled, the first authenticator module +When multiple authenticator modules are enabled, the first module to successfully authenticate the request short-circuits evaluation. The API server does not guarantee the order authenticators run in.