Skip to content

Commit 1281b15

Browse files
authored
Fix typos in usage/configuration.rst (#12024)
1 parent ae51974 commit 1281b15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/usage/configuration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ that use Sphinx's HTMLWriter class.
11791179
('print.css', {'media': 'print'})]
11801180

11811181
As a special attribute, *priority* can be set as an integer to load the CSS
1182-
file earlier or lazier step. For more information, refer
1182+
file at an earlier or lazier step. For more information, refer
11831183
:meth:`.Sphinx.add_css_file()`.
11841184

11851185
.. versionadded:: 1.8
@@ -1201,9 +1201,9 @@ that use Sphinx's HTMLWriter class.
12011201
'https://example.com/scripts/custom.js',
12021202
('custom.js', {'async': 'async'})]
12031203

1204-
As a special attribute, *priority* can be set as an integer to load the CSS
1205-
file earlier or lazier step. For more information, refer
1206-
:meth:`.Sphinx.add_css_file()`.
1204+
As a special attribute, *priority* can be set as an integer to load the
1205+
JavaScript file at an earlier or lazier step. For more information, refer
1206+
:meth:`.Sphinx.add_js_file()`.
12071207

12081208
.. versionadded:: 1.8
12091209
.. versionchanged:: 3.5

0 commit comments

Comments
 (0)