Skip to content

Commit 0d34216

Browse files
authored
Merge pull request #25779 from izeye/patch-1
Fix typo
2 parents 2eca0fd + b537556 commit 0d34216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/configuration/configmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ separate database or file service.
4040
A ConfigMap is an API [object](/docs/concepts/overview/working-with-objects/kubernetes-objects/)
4141
that lets you store configuration for other objects to use. Unlike most
4242
Kubernetes objects that have a `spec`, a ConfigMap has `data` and `binaryData`
43-
fields. These fields accepts key-value pairs as their values. Both the `data`
43+
fields. These fields accept key-value pairs as their values. Both the `data`
4444
field and the `binaryData` are optional. The `data` field is designed to
4545
contain UTF-8 byte sequences while the `binaryData` field is designed to
4646
contain binary data.

0 commit comments

Comments
 (0)