From 84259052d10746525661eb790d2f0303e8742fc7 Mon Sep 17 00:00:00 2001 From: Matthew Cale <95379207+matt-cale-do@users.noreply.github.com> Date: Wed, 16 Mar 2022 15:24:44 -0500 Subject: [PATCH] Grammar help could have been: `"It monitors a specific kind of node problem..."` as well --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51b76721..da2042da 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ should be reported as `Event`. # Problem Daemon -A problem daemon is a sub-daemon of node-problem-detector. It monitors a specific -kind of node problems and reports them to node-problem-detector. +A problem daemon is a sub-daemon of node-problem-detector. It monitors specific +kinds of node problems and reports them to node-problem-detector. A problem daemon could be: * A tiny daemon designed for dedicated Kubernetes use-cases.