diff options
author | 2018-11-09 15:32:43 -0500 | |
---|---|---|
committer | 2018-11-09 20:32:43 +0000 | |
commit | cc82915f93cc5ea14104ccfab6552a29a287fa6b (patch) | |
tree | 8b1fea1715dc643f3d55445b7f6b18bad8da68bf /plugin | |
parent | 12e18a263f1f0ee4d9eec85dee6bd162487478bb (diff) | |
download | coredns-cc82915f93cc5ea14104ccfab6552a29a287fa6b.tar.gz coredns-cc82915f93cc5ea14104ccfab6552a29a287fa6b.tar.zst coredns-cc82915f93cc5ea14104ccfab6552a29a287fa6b.zip |
recommended (#2283)
Automatically submitted.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/errors/README.md | 2 |
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 |