From d93595e7fc9a2fbf8975cd9ade76cac89dbb8bee Mon Sep 17 00:00:00 2001 From: Yan Wei Date: Tue, 25 Feb 2020 03:12:48 -0600 Subject: [PATCH] Add a missing '-' to names.md (#18115) Add a missing '-' to names.md --- content/zh/docs/concepts/overview/working-with-objects/names.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/overview/working-with-objects/names.md b/content/zh/docs/concepts/overview/working-with-objects/names.md index cff7f34e4a..1b139eae76 100644 --- a/content/zh/docs/concepts/overview/working-with-objects/names.md +++ b/content/zh/docs/concepts/overview/working-with-objects/names.md @@ -45,7 +45,7 @@ By convention, the names of Kubernetes resources should be up to maximum length For example, here’s the configuration file with a Pod name as `nginx-demo` and a Container name as `nginx`: --> -例如,下面是一个配置文件,Pod 名为 `nginx demo`,容器名为 `nginx`: +例如,下面是一个配置文件,Pod 名为 `nginx-demo`,容器名为 `nginx`: ```yaml apiVersion: v1