fix a typo in `libnetdata/simple_pattern/README.md` (#15135)
n0099 committed
Jun 2, 2023 at 17:27 UTC
4efec61f8484033c653a48b2ab53ac106db299bc
1 file changed
+1
-1
libnetdata/simple_pattern/README.md
+1
-1
@@ -16,7 +16,7 @@ to use, write and understand.
16
So, Netdata supports **simple patterns**.
17
18
Simple patterns are a space separated list of words, that can have `*`
19
-as a wildcard. Each world may use any number of `*`. Simple patterns
19
+as a wildcard. Each word may use any number of `*`. Simple patterns
20
allow **negative** matches by prefixing a word with `!`.
21
22
So, `pattern = !*bad* *` will match anything, except all those that