summaryrefslogtreecommitdiffstats
path: root/libnetdata/simple_pattern/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'libnetdata/simple_pattern/README.md')
-rw-r--r--libnetdata/simple_pattern/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetdata/simple_pattern/README.md b/libnetdata/simple_pattern/README.md
index e00006d37..5f56a3af7 100644
--- a/libnetdata/simple_pattern/README.md
+++ b/libnetdata/simple_pattern/README.md
@@ -16,7 +16,7 @@ to use, write and understand.
So, Netdata supports **simple patterns**.
Simple patterns are a space separated list of words, that can have `*`
-as a wildcard. Each world may use any number of `*`. Simple patterns
+as a wildcard. Each word may use any number of `*`. Simple patterns
allow **negative** matches by prefixing a word with `!`.
So, `pattern = !*bad* *` will match anything, except all those that