s/acomplish/accomplish/

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