Skip to content

Commit 0450abe

Browse files
authored
Fix a typo in doc/conf.py (#3790)
1 parent 05c4ab9 commit 0450abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
myst_enable_extensions = [
5656
"attrs_inline", # Allow inline attributes after images
5757
"colon_fence", # Allow code fences using colons
58-
"substitution", # Allow substituitions
58+
"substitution", # Allow substitutions
5959
]
6060
# These enable substitutions using {{ key }} in the Markdown files
6161
myst_substitutions = {

0 commit comments

Comments
 (0)