From 0877306b405479248cd580ba510666c7d810df97 Mon Sep 17 00:00:00 2001 From: Guangwen Feng Date: Tue, 9 Nov 2021 14:25:48 +0800 Subject: [PATCH] [zh] Fix typo Signed-off-by: Guangwen Feng --- .../custom-resources/custom-resource-definitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md b/content/zh/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md index 0e184974fd..76ac25c924 100644 --- a/content/zh/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md +++ b/content/zh/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md @@ -146,7 +146,7 @@ spec: plural: crontabs # 名称的单数形式,作为命令行使用时和显示时的别名 singular: crontab - # kind 通常是单数形式的驼峰编码(PascalCased)形式。你的资源清单会使用这一形式。 + # kind 通常是单数形式的帕斯卡编码(PascalCased)形式。你的资源清单会使用这一形式。 kind: CronTab # shortNames 允许你在命令行使用较短的字符串来匹配资源 shortNames: