Merge pull request #1633 from seeekr/patch-1

fix typo in user-guide/replicasets.md
This commit is contained in:
Jared
2016-11-06 22:56:48 -08:00
committed by GitHub
+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