diff options
-rw-r--r-- | doc/usage/installation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/installation.rst b/doc/usage/installation.rst index 5cbf62d60..8166a25e7 100644 --- a/doc/usage/installation.rst +++ b/doc/usage/installation.rst @@ -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 |