Fixes statement typo

This commit is contained in:
Agbonze Osazuwa 2021-12-04 13:13:17 +01:00 committed by GitHub
parent c45bf2ea32
commit 6f4280c0a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,7 +243,7 @@ PDF builds using LaTeX. Please choose one for your purpose.
$ docker run -it --rm -v /path/to/document:/docs sphinxdoc/sphinx sphinx-quickstart
And you can following command this to build HTML document:
And you can use the following command to build HTML document:
.. code-block:: bash