From b537556b2df43048b0a0b4552f04e55d2a986819 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Wed, 23 Dec 2020 15:21:12 +0900 Subject: [PATCH] Fix typo --- content/en/docs/concepts/configuration/configmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/configmap.md b/content/en/docs/concepts/configuration/configmap.md index d9889604ce..9a134dfc99 100644 --- a/content/en/docs/concepts/configuration/configmap.md +++ b/content/en/docs/concepts/configuration/configmap.md @@ -40,7 +40,7 @@ separate database or file service. A ConfigMap is an API [object](/docs/concepts/overview/working-with-objects/kubernetes-objects/) that lets you store configuration for other objects to use. Unlike most Kubernetes objects that have a `spec`, a ConfigMap has `data` and `binaryData` -fields. These fields accepts key-value pairs as their values. Both the `data` +fields. These fields accept key-value pairs as their values. Both the `data` field and the `binaryData` are optional. The `data` field is designed to contain UTF-8 byte sequences while the `binaryData` field is designed to contain binary data.