fix typo in user-guide/replicasets.md

pull/1633/head
Denis Andrejew 2016-11-06 15:32:07 +01:00 committed by GitHub
parent 4e9f5c486d
commit 2dcba7ffa2
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ of the replicated pods.
kubectl create -f hpa-rs.yaml
```
Alternatively, you can just use the `kubectl autoscale` command to acommplish the same
Alternatively, you can just use the `kubectl autoscale` command to acomplish the same
(and it's easier!)
```shell