diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-09-02 23:26:41 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 23:26:41 +0900 |
commit | adb81c510a4b56815cf6291f4ad0f670b54efd2d (patch) | |
tree | f5db4dbb302e415b62f16f5c4d8f00baa92808c1 | |
parent | a16cca27ef1415ff271084f156e0fb33ccfbefae (diff) | |
parent | 849ef212bc3ab604a9f9c8bf85232eddc7d71017 (diff) | |
download | sphinx-git-adb81c510a4b56815cf6291f4ad0f670b54efd2d.tar.gz |
Merge pull request #8162 from faaxm/docs-fix-typo
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 |