Skip to content

Commit 526d339

Browse files
authored
(docs) fixed typo (#3660)
1 parent 3997c9b commit 526d339

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Grammars:
1919
- enh(java) add permits keyword to java [MBoegers][]
2020
- fix(javascript/typescript) correct identifier matching when using numbers [Lachlan Heywood][]
2121

22+
Improvements:
23+
24+
- Documentation typo fix by [Eddymens][]
25+
2226
[matyklug18]: https://github.com/matyklug18
2327
[Josh Goebel]: https://github.com/joshgoebel
2428
[Josh Temple]: https://github.com/joshtemple
@@ -29,6 +33,7 @@ Grammars:
2933
[The Flix Organisation]: https://github.com/flix
3034
[MBoegers]: https://github.com/MBoegers
3135
[Lachlan Heywood]: https://github.com/lachieh
36+
[Eddymens]: https://github.com/eddymens
3237

3338
## Version 11.6.0
3439

docs/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ highlight
1515
Core highlighting function. Accepts the code to highlight (string) and a list of options (object).
1616
The ``language`` parameter must be present and specify the language name or alias
1717
of the grammar to be used for highlighting.
18-
The ``ignoreIllegals`` is an optional parameter than when true forces highlighting
18+
The ``ignoreIllegals`` is an optional parameter that when ``true`` forces highlighting
1919
to finish even in case of detecting illegal syntax for the
2020
language instead of throwing an exception.
2121

0 commit comments

Comments
 (0)