Skip to content

Commit 67e54d6

Browse files
committed
typo
1 parent e15d776 commit 67e54d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/reference/glossary/configmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id: configmap
44
date: 2018-04-12
55
full_link: /zh/docs/tasks/configure-pod-container/configure-pod-configmap/
66
short_description: >
7-
ConfigMap 是一种 API 对象,用来将非机密性的数据保存到健值对中。使用时可以用作环境变量、命令行参数或者存储卷中的配置文件。
7+
ConfigMap 是一种 API 对象,用来将非机密性的数据保存到键值对中。使用时可以用作环境变量、命令行参数或者存储卷中的配置文件。
88
99
aka:
1010
tags:
@@ -33,7 +33,7 @@ environment variables, command-line arguments, or as configuration files in a
3333
{{< glossary_tooltip text="volume" term_id="volume" >}}.
3434
-->
3535

36-
ConfigMap 是一种 API 对象,用来将非机密性的数据保存到健值对中。使用时, {{< glossary_tooltip text="Pods" term_id="pod" >}} 可以将其用作环境变量、命令行参数或者存储卷中的配置文件。
36+
ConfigMap 是一种 API 对象,用来将非机密性的数据保存到键值对中。使用时, {{< glossary_tooltip text="Pods" term_id="pod" >}} 可以将其用作环境变量、命令行参数或者存储卷中的配置文件。
3737

3838
<!--more-->
3939

0 commit comments

Comments
 (0)