From 9ae954a4091e952b1dfe7fa6702691b6b332ac5f Mon Sep 17 00:00:00 2001 From: knight <1004815462@qq.com> Date: Tue, 5 Feb 2019 22:56:19 +0800 Subject: fix a syntax error --- contributors/design-proposals/auth/bound-service-account-tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/auth/bound-service-account-tokens.md b/contributors/design-proposals/auth/bound-service-account-tokens.md index c9c6064d..961e17a2 100644 --- a/contributors/design-proposals/auth/bound-service-account-tokens.md +++ b/contributors/design-proposals/auth/bound-service-account-tokens.md @@ -143,7 +143,7 @@ field which the service account authenticator will validate. type TokenReviewSpec struct { // Token is the opaque bearer token. Token string - // Audiences is the identifier that the client identifies as. + // Audiences are the identifiers that the client identifies as. Audiences []string } ``` -- cgit v1.2.3