From 7aa750a637a2c406ddaa5d890cb240459b6270e5 Mon Sep 17 00:00:00 2001 From: Simon Arlott Date: Wed, 24 Oct 2018 19:48:38 +0100 Subject: [PATCH] doc: Fix typo of "restructuredtext" --- doc/usage/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage/configuration.rst b/doc/usage/configuration.rst index e7be5fb44..b695b729b 100644 --- a/doc/usage/configuration.rst +++ b/doc/usage/configuration.rst @@ -98,7 +98,7 @@ General configuration '.md': 'markdown', } - By default, Sphinx only supports ``'restrcturedtext'`` file type. You can + By default, Sphinx only supports ``'restructuredtext'`` file type. You can add a new file type using source parser extensions. Please read a document of the extension to know what file type the extension supports.