From bfba84647dbe55047db5d30f8af7aef4e0deb587 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 16 Jan 2022 21:15:36 +0100 Subject: [PATCH] Documentation --- docs/alternatives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/alternatives.md b/docs/alternatives.md index 4178fdfd6..63c26da43 100644 --- a/docs/alternatives.md +++ b/docs/alternatives.md @@ -65,7 +65,7 @@ __Challenges__ ## Sphinx -[Sphinx] is an alternative static site generator specifically greared towards +[Sphinx] is an alternative static site generator specifically geared towards generating reference documentation, offering powerful capabilities that are lacking in MkDocs. It uses [reStructured text], a format similar to Markdown, which some users find harder to use.