From f8179c11a7ae58df414c11da3ecda90fdeb211e3 Mon Sep 17 00:00:00 2001 From: Rui Cao Date: Wed, 31 Oct 2018 00:53:08 +0800 Subject: [PATCH] Fix typo: preferrable -> preferable (#10774) Signed-off-by: Rui Cao --- .../run-application/horizontal-pod-autoscale-walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md b/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md index a7ca4fb158..ce32d26691 100644 --- a/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md +++ b/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md @@ -385,7 +385,7 @@ section to your HorizontalPodAutoscaler manifest to specify that you need one wo averageValue: 30 ``` -When possible, it's preferrable to use the custom metric target types instead of external metrics, since it's +When possible, it's preferable to use the custom metric target types instead of external metrics, since it's easier for cluster administrators to secure the custom metrics API. The external metrics API potentially allows access to any metric, so cluster administrators should take care when exposing it.