From 9b369a8fdb9d552437a99d22fc4cd15738a64fa3 Mon Sep 17 00:00:00 2001 From: Barrett Harber Date: Thu, 30 Mar 2023 06:52:00 -0400 Subject: [PATCH] Fix grammar error --- .../en/docs/tasks/run-application/horizontal-pod-autoscale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md b/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md index 09c91f8780..5027d07cf6 100644 --- a/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md +++ b/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md @@ -377,7 +377,7 @@ You specify these behaviours by setting `scaleUp` and / or `scaleDown` under the `behavior` field. You can specify a _stabilization window_ that prevents [flapping](#flapping) -the replica count for a scaling target. Scaling policies also let you controls the +the replica count for a scaling target. Scaling policies also let you control the rate of change of replicas while scaling. ### Scaling policies