diff options
| author | knight <1004815462@qq.com> | 2019-02-05 22:56:19 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-05 22:56:19 +0800 |
| commit | 9ae954a4091e952b1dfe7fa6702691b6b332ac5f (patch) | |
| tree | a478453c6bc21a583db8b189cb67d385ef4daf4a | |
| parent | a095f16dc8de303eb8ae104a231b8ab85a5a76d9 (diff) | |
fix a syntax error
| -rw-r--r-- | contributors/design-proposals/auth/bound-service-account-tokens.md | 2 |
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 } ``` |
