Skip to content

Commit 2dcf16d

Browse files
hsusanooslevithan
authored andcommitted
Typo in Unicode page
1 parent 9c3cd0d commit 2dcf16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/unicode/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1 class="subtitle">The one of a kind JavaScript regular expression library</h1
3030

3131
<h1>Unicode</h1>
3232

33-
<p><strong>Requires the Unicode addons</strong>, which are bundled in <a href="https://unpkg.com/xregexp/xregexp-all.js"><code>xregexp-all.js</code></a>. Alternatively, you can download the individual addon scripts from GutHub. XRegExp's <a href="https://www.npmjs.com/package/xregexp">npm package</a> uses <code>xregexp-all.js</code>.</p>
33+
<p><strong>Requires the Unicode addons</strong>, which are bundled in <a href="https://unpkg.com/xregexp/xregexp-all.js"><code>xregexp-all.js</code></a>. Alternatively, you can download the individual addon scripts from GitHub. XRegExp's <a href="https://www.npmjs.com/package/xregexp">npm package</a> uses <code>xregexp-all.js</code>.</p>
3434

3535
<p>The Unicode Base script adds base support for Unicode matching via the <code>\p{&hellip;}</code> syntax. &#192; la carte token addon packages add support for Unicode categories, scripts, and other properties. All Unicode tokens can be inverted using <code>\P{&hellip;}</code> or <code>\p{^&hellip;}</code>. Token names are case insensitive, and any spaces, hyphens, and underscores are ignored. You can omit the braces for token names that are a single letter.</p>
3636

0 commit comments

Comments
 (0)