s/acomplish/accomplish/

This commit is contained in:
Chris Schmich
2017-03-02 19:11:11 -06:00
committed by Andrew Chen
parent d360cee992
commit 9443291066
+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 acomplish the same
Alternatively, you can just use the `kubectl autoscale` command to accomplish the same
(and it's easier!)
```shell