diff --git a/docs/user-guide/replicasets.md b/docs/user-guide/replicasets.md index d06be55328..cd7f620b15 100644 --- a/docs/user-guide/replicasets.md +++ b/docs/user-guide/replicasets.md @@ -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