diff --git a/content/zh-cn/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md b/content/zh-cn/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md index f709acfe6a..741d3dabb1 100644 --- a/content/zh-cn/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md +++ b/content/zh-cn/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md @@ -209,7 +209,7 @@ You can check the current status of the newly-made HorizontalPodAutoscaler, by r ```shell -# 你可以使用 “hap” 或 “horizontalpodautoscaler”;任何一个名字都可以。 +# 你可以使用 “hpa” 或 “horizontalpodautoscaler”;任何一个名字都可以。 kubectl get hpa ```