Typo in authentication.md (#9039)

pull/8931/merge
arkadijs 2018-06-14 17:40:28 +03:00 committed by k8s-ci-robot
parent 939a083cc0
commit b9623e18bf
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ include metadata about the response.
}
```
The executed command is expected to print an `ExceCredential` to `stdout`. `k8s.io/client-go`
The executed command is expected to print an `ExecCredential` to `stdout`. `k8s.io/client-go`
will then use the returned bearer token in the `status` when authenticating against the
Kubernetes API.