Skip to content

Commit e7d022b

Browse files
authored
Merge pull request pypa#780 from matheusfelipeog/feature/fix-text
2 parents 1e33fed + 22f7784 commit e7d022b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorials/creating-documentation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ For other installation methods, see this `installation guide`_ by Sphinx.
2424
Getting Started With Sphinx
2525
---------------------------
2626

27-
Create a ``doc`` directory inside your project to hold your documentation:
27+
Create a ``docs`` directory inside your project to hold your documentation:
2828

2929
.. code-block:: bash
3030
3131
cd /path/to/project
3232
mkdir docs
3333
34-
Run ``spinx-quickstart`` inside the ``docs`` directory:
34+
Run ``sphinx-quickstart`` inside the ``docs`` directory:
3535

3636
.. code-block:: bash
3737

0 commit comments

Comments
 (0)