Typo in authentication.md

This commit is contained in:
Selvi K 2017-06-22 16:16:58 -07:00 committed by Andrew Chen
parent e74ec1f2a9
commit 0b5ff11185
1 changed files with 1 additions and 1 deletions

View File

@ -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.