Skip to content

Commit 6b2ae08

Browse files
committed
Fix typo
1 parent 41dd551 commit 6b2ae08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/directives/needimport.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ The directive argument can be one of the following formats:
4545

4646
.. code-block:: rst
4747
48-
.. needimport:: //absoulte/path/to/needs.json
48+
.. needimport:: //absolute/path/to/needs.json
4949
5050
- For an absolute path on Windows, just use the normal drive letters with either forward or backward slashes:
5151

5252
.. code-block:: rst
5353
54-
.. needimport:: c:/absoulte/path/to/needs.json
54+
.. needimport:: c:/absolute/path/to/needs.json
5555
56-
.. needimport:: c:\absoulte\path\to\needs.json
56+
.. needimport:: c:\absolute\path\to\needs.json
5757
5858
Options
5959
-------

0 commit comments

Comments
 (0)