summaryrefslogtreecommitdiffstats
path: root/libnetdata
diff options
context:
space:
mode:
authorn0099 <n@n0099.net>2023-06-02 17:27:20 +0800
committerGitHub <noreply@github.com>2023-06-02 12:27:20 +0300
commit4efec61f8484033c653a48b2ab53ac106db299bc (patch)
tree0ba86478e43ad4ee760af20c0c7a0acff4b175f4 /libnetdata
parente2063caa04f026866514f368b2f72b9741405e45 (diff)
fix a typo in `libnetdata/simple_pattern/README.md` (#15135)
Diffstat (limited to 'libnetdata')
-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 e00006d37c..5f56a3af73 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