From a3cc353a18990a3217a6f7929db3c275555e9522 Mon Sep 17 00:00:00 2001 From: popozy <18868108662@163.com> Date: Wed, 17 Jun 2020 23:07:20 +0800 Subject: [PATCH] remove redundant string MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Current prepend attribute will lead the string "ConfigMap 是 " repeated. The original description is: “ConfigMap 是 configMap 是一种 API 对象,用来将非机密性的数据保存到健值对中。使用时可以用作环境变量、命令行参数或者存储卷中的配置文件。” So I think we'd better remove the redandunt string block --- content/zh/docs/concepts/configuration/configmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/configuration/configmap.md b/content/zh/docs/concepts/configuration/configmap.md index c907b508de..41b5940fbb 100644 --- a/content/zh/docs/concepts/configuration/configmap.md +++ b/content/zh/docs/concepts/configuration/configmap.md @@ -6,7 +6,7 @@ weight: 20 -{{< glossary_definition term_id="configmap" prepend="" length="all" >}} +{{< glossary_definition term_id="configmap" length="all" >}} {{< caution >}}