aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2018-11-09 15:32:43 -0500
committerGravatar corbot[bot] <corbot[bot]@users.noreply.github.com> 2018-11-09 20:32:43 +0000
commitcc82915f93cc5ea14104ccfab6552a29a287fa6b (patch)
tree8b1fea1715dc643f3d55445b7f6b18bad8da68bf /plugin
parent12e18a263f1f0ee4d9eec85dee6bd162487478bb (diff)
downloadcoredns-cc82915f93cc5ea14104ccfab6552a29a287fa6b.tar.gz
coredns-cc82915f93cc5ea14104ccfab6552a29a287fa6b.tar.zst
coredns-cc82915f93cc5ea14104ccfab6552a29a287fa6b.zip
recommended (#2283)
Automatically submitted.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/errors/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/errors/README.md b/plugin/errors/README.md
index 70ec3a2c3..8b1449ea3 100644
--- a/plugin/errors/README.md
+++ b/plugin/errors/README.md
@@ -34,7 +34,7 @@ Option `consolidate` allows collecting several error messages matching the regul
Multiple `consolidate` options with different **DURATION** and **REGEXP** are allowed. In case if some error message corresponds to several defined regular expressions the message will be associated with the first appropriate **REGEXP**.
-For better performance, it's recomended to use the `^` or `$` metacharacters in regular expression when filtering error messages by prefix or suffix, e.g. `^failed to .*`, or `.* timeout$`.
+For better performance, it's recommended to use the `^` or `$` metacharacters in regular expression when filtering error messages by prefix or suffix, e.g. `^failed to .*`, or `.* timeout$`.
## Examples