From f7c44f18a6a9bd97646d2c52f9d717da865a7f50 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Mon, 4 Jun 2018 10:24:53 +0800 Subject: [PATCH] Typo fix: users has->users have (#8872) users has->users have --- content/en/docs/reference/access-authn-authz/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/authentication.md b/content/en/docs/reference/access-authn-authz/authentication.md index e477cf1a72..81be4a8dfb 100644 --- a/content/en/docs/reference/access-authn-authz/authentication.md +++ b/content/en/docs/reference/access-authn-authz/authentication.md @@ -568,7 +568,7 @@ to the impersonated user info. * A user makes an API call with their credentials _and_ impersonation headers. * API server authenticates the user. -* API server ensures the authenticated users has impersonation privileges. +* API server ensures the authenticated users have impersonation privileges. * Request user info is replaced with impersonation values. * Request is evaluated, authorization acts on impersonated user info.