summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-08-14 11:15:31 -0700
committerGitHub <noreply@github.com>2018-08-14 11:15:31 -0700
commit2d9fecfa978e79e9bf2c698625334ebbc7cbbf82 (patch)
tree60cebfc77955716630d65bfed50a9d39caa39c3a
parent4d5be6cd5fe73049cbc508d40a13b92e0793c385 (diff)
parent16412819b466f5b92c664d38aaddc03503833ddc (diff)
Merge pull request #2531 from webwurst/patch-2
Fix doubled words
-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 e5a9f23d..7a7a2003 100644
--- a/contributors/design-proposals/auth/bound-service-account-tokens.md
+++ b/contributors/design-proposals/auth/bound-service-account-tokens.md
@@ -234,6 +234,6 @@ bound.
tokens authenticating to the Kubernetes API.
* The Kubernetes apiserver will identify itself as `kubernetes.default.svc`
which is the DNS name of the Kubernetes apiserver. When no audience is
- requested, the audience is defaulted the audience is defaulted to an array
+ requested, the audience is defaulted to an array
containing only this identifier.