diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-03-16 01:28:07 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-03-16 01:28:07 +0900 |
commit | 45f56dd7acafe85d30db183af21a9dcb068c5e88 (patch) | |
tree | 47986bdef67608bdab7d345c9b55907fe60b50ad | |
parent | d79d041f4f90818e0b495523fdcc28db12783caf (diff) | |
download | sphinx-git-45f56dd7acafe85d30db183af21a9dcb068c5e88.tar.gz |
Fix #9008: Fix typo
-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 1d7e540a6..3cd6ac993 100644 --- a/doc/usage/quickstart.rst +++ b/doc/usage/quickstart.rst @@ -13,7 +13,7 @@ Sphinx focuses on documentation, in particular handwritten documentation, however, Sphinx can also be used to generate blogs, homepages and even books. 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>`. +its :doc:`significant extensibility capabilities </development/index>`. 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 |