Skip to content

Commit 6937928

Browse files
committed
Fix typo in Horizontal Pod Autoscaling.
1 parent 58fb4c2 commit 6937928

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
@@ -88,7 +88,7 @@ or the custom metrics API (for all other metrics).
8888
The common use for HorizontalPodAutoscaler is to configure it to fetch metrics from
8989
{{< glossary_tooltip text="aggregated APIs" term_id="aggregation-layer" >}}
9090
(`metrics.k8s.io`, `custom.metrics.k8s.io`, or `external.metrics.k8s.io`). The `metrics.k8s.io` API is
91-
usually provided by an add on named Metrics Server, which needs to be launched separately.
91+
usually provided by an addon named Metrics Server, which needs to be launched separately.
9292
For more information about resource metrics, see
9393
[Metrics Server](/docs/tasks/debug-application-cluster/resource-metrics-pipeline/#metrics-server).
9494

0 commit comments

Comments
 (0)