Skip to content

Commit

Permalink
fix: Small doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gonmmarques committed Oct 3, 2023
1 parent a8847ee commit 8eea180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/en/references/kubectl/scale/_index.md
Expand Up @@ -4,7 +4,7 @@ linkTitle: "scale"
weight: 1
type: docs
description: >
Scaling Kubenetes Resources
Scaling Kubernetes Resources
---

Set a new size for a Deployment, ReplicaSet, Replication Controller, or StatefulSet.
Expand Down Expand Up @@ -74,4 +74,4 @@ kubectl scale --replicas=3 statefulset/web
It is possible to conditionally update the replicas if and only if the
replicas haven't changed from their last known value using the `--current-replicas` flag.
e.g. `kubectl scale --current-replicas=2 --replicas=3 deployment/mysql`
{{< /alert >}}
{{< /alert >}}

0 comments on commit 8eea180

Please sign in to comment.