summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}
```