diff --git a/docs/4.17.15.html b/docs/4.17.15.html
index 1cf54a11..2166c66e 100644
--- a/docs/4.17.15.html
+++ b/docs/4.17.15.html
@@ -5354,7 +5354,7 @@
_.escapeRegExp([string=''])
source npm package
-
Escapes the RegExp
special characters "^", "$", "", ".", "*", "+",
+
Escapes the RegExp
special characters "^", "$", "\", ".", "*", "+",
"?", "(", ")", "[", "]", "{", "}", and "|" in string
.
Since
3.0.0