Skip to content

Commit

Permalink
Fix typo in docs related to extended pygments languages
Browse files Browse the repository at this point in the history
Relates #1622
  • Loading branch information
facelessuser committed Feb 25, 2022
1 parent c2f95e4 commit 0493055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/markdown/extensions/highlight.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ wish to apply.

=== "Config"
```py
extended_pygments_lang = [
extend_pygments_lang = [
{"name": "php-inline", "lang": "php", "options": {"startinline": True}}
]
```
Expand Down

0 comments on commit 0493055

Please sign in to comment.