summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/findRe.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/findRe.md')
-rw-r--r--docs/content/en/functions/findRe.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/findRe.md b/docs/content/en/functions/findRe.md
index 2896e3cd1..8e08bfc0d 100644
--- a/docs/content/en/functions/findRe.md
+++ b/docs/content/en/functions/findRe.md
@@ -12,7 +12,7 @@ signature:
relatedfuncs: [replaceRE]
aliases: []
---
-By default, the `findRE` function finds all matches. You can limit the number of matches with an optional LIMIT paramater.
+By default, the `findRE` function finds all matches. You can limit the number of matches with an optional LIMIT parameter.
When specifying the regular expression, use a raw [string literal] (backticks) instead of an interpreted string literal (double quotes) to simplify the syntax. With an interpreted string literal you must escape backslashes.