Skip to content

Commit

Permalink
fix typo in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ritschwumm authored and slevithan committed Nov 18, 2024
1 parent 62bf27f commit 4a7d58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

An **[Oniguruma](https://github.com/kkos/oniguruma) to JavaScript regex transpiler** that runs in the browser and on your server. Use it to:

- Take advantage of Oniguruma's many extended regex featrures in JavaScript.
- Take advantage of Oniguruma's many extended regex features in JavaScript.
- Run regexes written for Oniguruma from JavaScript, such as those used in TextMate grammars (used by VS Code, [Shiki](https://shiki.matsu.io/) syntax highlighter, etc.).
- Share regexes across your Ruby and JavaScript code.

Expand Down

0 comments on commit 4a7d58e

Please sign in to comment.