From 9454e4f8a81fe1b0413021b0517185172ddd2cda Mon Sep 17 00:00:00 2001 From: giiiiiithub <74041961+giiiiiithub@users.noreply.github.com> Date: Wed, 20 Dec 2023 15:43:27 +0800 Subject: [PATCH] fix the Chinese single quotes in the code to English single quotes --- .../tasks/configure-pod-container/configure-pod-configmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh-cn/docs/tasks/configure-pod-container/configure-pod-configmap.md b/content/zh-cn/docs/tasks/configure-pod-container/configure-pod-configmap.md index 61b5b612ee..c915d03b80 100644 --- a/content/zh-cn/docs/tasks/configure-pod-container/configure-pod-configmap.md +++ b/content/zh-cn/docs/tasks/configure-pod-container/configure-pod-configmap.md @@ -811,7 +811,7 @@ Before proceeding, clean up some of the ConfigMaps you made: ```bash kubectl delete configmap special-config kubectl delete configmap env-config -kubectl delete configmap -l 'game-config in (config-4,config-5)’ +kubectl delete configmap -l 'game-config in (config-4,config-5)' ```