From 07d05b7cebc430be8e887c6e5d7d19dec930de64 Mon Sep 17 00:00:00 2001 From: Andrew Seigner Date: Thu, 13 Apr 2017 14:46:07 -0700 Subject: [PATCH] fix spelling in hpa docs --- docs/tasks/run-application/horizontal-pod-autoscale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/run-application/horizontal-pod-autoscale.md b/docs/tasks/run-application/horizontal-pod-autoscale.md index 5721291923..8deb139c55 100644 --- a/docs/tasks/run-application/horizontal-pod-autoscale.md +++ b/docs/tasks/run-application/horizontal-pod-autoscale.md @@ -30,7 +30,7 @@ value of 30 seconds). During each period, the controller manager queries the resource utiliuzation against the metrics specified in each HorizontalPodAutoscaler definition. The controller manager obtains the metrics from either the resource metrics API (for per-pod resource metrics), -or the custom metrics API (for all ofther metrics). +or the custom metrics API (for all other metrics). * For per-pod resource metrics (like CPU), the controller fetches the metrics from the resource metrics API for each pod targeted by the HorizontalPodAutoscaler.