Skip to content

Commit 0f96a04

Browse files
authored
fix typo on RegExp.escape page (mdn#43801)
1 parent 4b57695 commit 0f96a04

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/javascript/reference/global_objects/regexp/escape

1 file changed

+1
-1
lines changed

files/en-us/web/javascript/reference/global_objects/regexp/escape/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ Now this function will do exactly what we intend to, and will not transform `dev
105105
## See also
106106

107107
- [Polyfill of `RegExp.escape` in `core-js`](https://github.com/zloirock/core-js#regexp-escaping)
108-
- [es-shims polyfill of `Reflect.escape`](https://www.npmjs.com/package/regexp.escape)
108+
- [es-shims polyfill of `RegExp.escape`](https://www.npmjs.com/package/regexp.escape)
109109
- {{jsxref("RegExp")}}

0 commit comments

Comments
 (0)