fix typo in user-guide/replicasets.md

This commit is contained in:
Denis Andrejew
2016-11-06 15:32:07 +01:00
committed by GitHub
parent 4e9f5c486d
commit 2dcba7ffa2
+1 -1
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