We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41dd551 commit 6b2ae08Copy full SHA for 6b2ae08
docs/directives/needimport.rst
@@ -45,15 +45,15 @@ The directive argument can be one of the following formats:
45
46
.. code-block:: rst
47
48
- .. needimport:: //absoulte/path/to/needs.json
+ .. needimport:: //absolute/path/to/needs.json
49
50
- For an absolute path on Windows, just use the normal drive letters with either forward or backward slashes:
51
52
53
54
- .. needimport:: c:/absoulte/path/to/needs.json
+ .. needimport:: c:/absolute/path/to/needs.json
55
56
- .. needimport:: c:\absoulte\path\to\needs.json
+ .. needimport:: c:\absolute\path\to\needs.json
57
58
Options
59
-------
0 commit comments