From 0d8c68b9d99be377ba5aa6eb4b1481d8e21df3c3 Mon Sep 17 00:00:00 2001 From: Brian Skinn Date: Tue, 12 Jul 2022 22:30:58 -0400 Subject: [PATCH] Fix typo in intro.md --- docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.md b/docs/intro.md index b0b8d429..dc657284 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -171,7 +171,7 @@ myst: The other way to extend MyST in Sphinx is to install Sphinx extensions that define new roles, directives, etc. -For example, let's install the `sphinxcontib.mermaid` extension, +For example, let's install the `sphinxcontrib.mermaid` extension, which will allow us to generate [Mermaid diagrams](https://mermaid-js.github.io/mermaid/#/) with MyST. First, install `sphinxcontrib.mermaid`: