From cc82915f93cc5ea14104ccfab6552a29a287fa6b Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Fri, 9 Nov 2018 15:32:43 -0500 Subject: [PATCH] recommended (#2283) Automatically submitted. --- plugin/errors/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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