fix spelling errors in doc repo (#10434)

* fix spelling errors in content/en/docs/concepts/containers/

Signed-off-by: William Zhang <warmchang@outlook.com>

* fix spelling errors in HPA, StatefulSet, SA

Signed-off-by: William Zhang <warmchang@outlook.com>
This commit is contained in:
William Zhang
2018-10-27 00:07:21 +08:00
committed by k8s-ci-robot
parent 140b3da098
commit 5d592fbee3
3 changed files with 3 additions and 3 deletions
@@ -295,7 +295,7 @@ spec:
```
The kubelet will request and store the token on behalf of the pod, make the
token avaialble to the pod at a configurable file path, and refresh the token as
token available to the pod at a configurable file path, and refresh the token as
it approaches expiration. Kubelet proactively rotates the token if it is older
than 80% of its total TTL, or if the token is older than 24 hours.