summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknight <1004815462@qq.com>2019-02-05 22:56:19 +0800
committerGitHub <noreply@github.com>2019-02-05 22:56:19 +0800
commit9ae954a4091e952b1dfe7fa6702691b6b332ac5f (patch)
treea478453c6bc21a583db8b189cb67d385ef4daf4a
parenta095f16dc8de303eb8ae104a231b8ab85a5a76d9 (diff)
fix a syntax error
-rw-r--r--contributors/design-proposals/auth/bound-service-account-tokens.md2
1 files changed, 1 insertions, 1 deletions
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
}
```