Skip to content

Commit

Permalink
(docs) fixed typo (#3660)
Browse files Browse the repository at this point in the history
  • Loading branch information
EDDYMENS committed Nov 13, 2022
1 parent 3997c9b commit 526d339
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Grammars:
- enh(java) add permits keyword to java [MBoegers][]
- fix(javascript/typescript) correct identifier matching when using numbers [Lachlan Heywood][]

Improvements:

- Documentation typo fix by [Eddymens][]

[matyklug18]: https://github.com/matyklug18
[Josh Goebel]: https://github.com/joshgoebel
[Josh Temple]: https://github.com/joshtemple
Expand All @@ -29,6 +33,7 @@ Grammars:
[The Flix Organisation]: https://github.com/flix
[MBoegers]: https://github.com/MBoegers
[Lachlan Heywood]: https://github.com/lachieh
[Eddymens]: https://github.com/eddymens

## Version 11.6.0

Expand Down
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ highlight
Core highlighting function. Accepts the code to highlight (string) and a list of options (object).
The ``language`` parameter must be present and specify the language name or alias
of the grammar to be used for highlighting.
The ``ignoreIllegals`` is an optional parameter than when true forces highlighting
The ``ignoreIllegals`` is an optional parameter that when ``true`` forces highlighting
to finish even in case of detecting illegal syntax for the
language instead of throwing an exception.

Expand Down

0 comments on commit 526d339

Please sign in to comment.