From d1b975da52a1f36317efbf251dad21f2171ee86b Mon Sep 17 00:00:00 2001 From: Steven Erenst Date: Fri, 10 Mar 2017 14:03:39 -0800 Subject: [PATCH] Fix grammar in docs/admin/daemon.md A sentence in the "What is a DaemonSet" section had an extra "would be used" which made the sentence grammatically incorrect. Signed-off-by: Steven Erenst --- docs/admin/daemons.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/daemons.md b/docs/admin/daemons.md index 0e46ab6b21..62db898539 100644 --- a/docs/admin/daemons.md +++ b/docs/admin/daemons.md @@ -21,8 +21,8 @@ Some typical uses of a DaemonSet are: https://github.com/prometheus/node_exporter), `collectd`, New Relic agent, or Ganglia `gmond`. In a simple case, one DaemonSet, covering all nodes, would be used for each type of daemon. -A more complex setup might use multiple DaemonSets would be used for a single type of daemon, -but with different flags and/or different memory and cpu requests for different hardware types. +A more complex setup might use multiple DaemonSets for a single type of daemon, but with +different flags and/or different memory and cpu requests for different hardware types. ## Writing a DaemonSet Spec