summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-02-05 13:04:41 -0800
committerGitHub <noreply@github.com>2019-02-05 13:04:41 -0800
commit89dc912ce2bf8ee61a8a3013ae8976b1773fa2c5 (patch)
treedc43a01999458538f046cb7ab00576911d5a332b
parenteba70b05a06e19cdb5ff2a72c0a9cba22325e628 (diff)
parent9ae954a4091e952b1dfe7fa6702691b6b332ac5f (diff)
Merge pull request #3209 from knightXun/patch-5
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
}
```