diff --git a/docs/language-guide.rst b/docs/language-guide.rst index 0acfb632e2..6e598ab8ca 100644 --- a/docs/language-guide.rst +++ b/docs/language-guide.rst @@ -261,7 +261,7 @@ at the end under "Common regexps" and "Common modes" titles. Use them when possi Regular Expression Features --------------------------- -The goal of Highlight.js is to support whatever regex features Javascript itself supports. IE, you're using real regular expressions, use them responsibly. That said, due to the design of the parser, there are some caveats. These are addressed below. +The goal of Highlight.js is to support whatever regex features Javascript itself supports. You're using real regular expressions, use them responsibly. That said, due to the design of the parser, there are some caveats. These are addressed below. Things we support now that we did not always: