Skip to content

Commit a23cc78

Browse files
authored
Merge pull request #52612 from cfarrend/patch-1
Fix typo in horizontal pod autoscale documentation
2 parents bdea265 + 9176666 commit a23cc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/run-application/horizontal-pod-autoscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ and [the walkthrough for using external metrics](/docs/tasks/run-application/hor
418418
If you use the `v2` HorizontalPodAutoscaler API, you can use the `behavior` field
419419
(see the [API reference](/docs/reference/kubernetes-api/workload-resources/horizontal-pod-autoscaler-v2/#HorizontalPodAutoscalerSpec))
420420
to configure separate scale-up and scale-down behaviors.
421-
You specify these behaviours by setting `scaleUp` and / or `scaleDown`
421+
You specify these behaviors by setting `scaleUp` and / or `scaleDown`
422422
under the `behavior` field.
423423

424424
Scaling policies let you control the rate of change of replicas while scaling.

0 commit comments

Comments
 (0)