From 47a603205708f51159e66a4cc54b11097b06b452 Mon Sep 17 00:00:00 2001 From: Lei Date: Fri, 16 Oct 2020 15:58:58 +0800 Subject: [PATCH] fix wrongly words --- content/zh/docs/concepts/workloads/controllers/daemonset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/workloads/controllers/daemonset.md b/content/zh/docs/concepts/workloads/controllers/daemonset.md index e04b2282db..eeca63ebe8 100644 --- a/content/zh/docs/concepts/workloads/controllers/daemonset.md +++ b/content/zh/docs/concepts/workloads/controllers/daemonset.md @@ -30,7 +30,7 @@ Some typical uses of a DaemonSet are: --> DaemonSet 的一些典型用法: -- 在每个节点上运行集群存守护进程 +- 在每个节点上运行集群守护进程 - 在每个节点上运行日志收集守护进程 - 在每个节点上运行监控守护进程