Skip to content

Commit 97f63d0

Browse files
minted: fix typo (#232)
1 parent 9b6f9b4 commit 97f63d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

minted/minted.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ backticks). The default is also `"text"`, and changing is discouraged.
7575
### `block_attributes` (list of strings)
7676
7777
Any default attributes to apply to _all_ code blocks. These may be
78-
overriden on a per-code-block basis. See section 5.3 of the
78+
overridden on a per-code-block basis. See section 5.3 of the
7979
[minted documentation][minted_docs] for available options.
8080
8181
### `inline_attributes` (list of strings)
8282
8383
Any default attributes to apply to _all_ inline code. These may be
84-
overriden on a per-code basis. See section 5.3 of the
84+
overridden on a per-code basis. See section 5.3 of the
8585
[minted documentation][minted_docs] for available options.
8686
8787
[minted_docs]: http://mirrors.ctan.org/macros/latex/contrib/minted/minted.pdf

0 commit comments

Comments
 (0)