From 5cc398fdfd7d7cbac517c0b3edf5896454aca768 Mon Sep 17 00:00:00 2001 From: bhagerty Date: Wed, 13 Apr 2022 16:26:31 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20DOCS:=20Fix=20typo=20-=20"to=20u?= =?UTF-8?q?se=20write=20Sphinx"=20(#538)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Chris Sewell --- docs/sphinx/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/index.md b/docs/sphinx/index.md index decb14bb..afe7694c 100644 --- a/docs/sphinx/index.md +++ b/docs/sphinx/index.md @@ -2,7 +2,7 @@ # MyST with Sphinx -The MyST Parser comes bundled with a Sphinx extension that allows you to use write Sphinx documentation entirely in MyST (or, in a combination of rST and MyST). +The MyST Parser comes bundled with a Sphinx extension that allows you to write Sphinx documentation entirely in MyST (or, in a combination of rST and MyST). The following sections cover some major functionality of the Sphinx extension. :::{seealso}