1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
From: Martina Ferrari <tina@debian.org>
Date: Mon, 30 May 2022 16:38:53 +0200
Subject: docs: Fixup misspelled words
---
README.rst | 2 +-
docs/conf.py | 2 +-
docs/index.rst | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.rst b/README.rst
index 07b48d7..4777976 100644
--- a/README.rst
+++ b/README.rst
@@ -127,7 +127,7 @@ Directive options
``:caption:``: can be used to give a caption to the diagram.
-``:zoom:``: can be used to enable zooming the diagram. For a global config see ``mermaid_d3_zoom`` bellow.
+``:zoom:``: can be used to enable zooming the diagram. For a global config see ``mermaid_d3_zoom`` below.
.. figure:: https://user-images.githubusercontent.com/16781833/228022911-c26d1e01-7f71-4ab7-bb33-ce53056f8343.gif
:align: center
diff --git a/docs/conf.py b/docs/conf.py
index 0834a78..4781d82 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
-# Sphinxcontrib-mesmaid demo documentation build configuration file, created by
+# Sphinxcontrib-mermaid demo documentation build configuration file, created by
# sphinx-quickstart on Sun Apr 23 13:10:20 2017.
#
# This file is execfile()d with the current directory set to its
diff --git a/docs/index.rst b/docs/index.rst
index 3c6e5d2..b6406bd 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,4 +1,4 @@
-.. Sphinxcontrib-mesmaid demo documentation master file, created by
+.. Sphinxcontrib-mermaid demo documentation master file, created by
sphinx-quickstart on Sun Apr 23 13:10:20 2017.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
|