Merge pull request #2531 from webwurst/patch-2

Fix doubled words
This commit is contained in:
k8s-ci-robot 2018-08-14 11:15:31 -07:00 committed by GitHub
commit 2d9fecfa97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.