From 2dcba7ffa2ebdcfc197c75cbc66426fdd7380bb6 Mon Sep 17 00:00:00 2001 From: Denis Andrejew Date: Sun, 6 Nov 2016 15:32:07 +0100 Subject: [PATCH] fix typo in user-guide/replicasets.md --- docs/user-guide/replicasets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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