diff options
author | Falko Axmann <code@falkoaxmann.de> | 2020-08-30 14:39:20 +0200 |
---|---|---|
committer | Falko Axmann <code@falkoaxmann.de> | 2020-08-30 14:39:20 +0200 |
commit | 849ef212bc3ab604a9f9c8bf85232eddc7d71017 (patch) | |
tree | f5db4dbb302e415b62f16f5c4d8f00baa92808c1 | |
parent | a16cca27ef1415ff271084f156e0fb33ccfbefae (diff) | |
download | sphinx-git-849ef212bc3ab604a9f9c8bf85232eddc7d71017.tar.gz |
Fixes minor typo in quickstart.rst
-rw-r--r-- | doc/usage/quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/quickstart.rst b/doc/usage/quickstart.rst index 8d2de021e..1d7e540a6 100644 --- a/doc/usage/quickstart.rst +++ b/doc/usage/quickstart.rst @@ -15,7 +15,7 @@ Much of Sphinx's power comes from the richness of its default plain-text markup format, :doc:`reStructuredText </usage/restructuredtext/index>`, along with it's :doc:`significant extensibility capabilities </development/index>`. -The goal of this document is to give you a quick taste of what Sphinx it is and +The goal of this document is to give you a quick taste of what Sphinx is and how you might use it. When you're done here, you can check out the :doc:`installation guide </usage/installation>` followed by the intro to the default markup format used by Sphinx, :doc:`reStucturedText |