From 478428d91f6153e85290f470e6d47465da2371e5 Mon Sep 17 00:00:00 2001 From: Nico CARTRON Date: Wed, 2 Mar 2022 22:18:14 +0100 Subject: [PATCH] Fixed small typo --- docs/build-flash-and-debug/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-flash-and-debug/index.md b/docs/build-flash-and-debug/index.md index 583a343c..171e4bb4 100644 --- a/docs/build-flash-and-debug/index.md +++ b/docs/build-flash-and-debug/index.md @@ -220,7 +220,7 @@ To use the DevContainer configuration on Ubuntu based systems two changes need t ## Build the documentation ### Setup -The documentation is written in Makrdown (.md) files and generated using the Sphinx documentation generator. +The documentation is written in Markdown (.md) files and generated using the Sphinx documentation generator. First, we need to install Sphinx and its dependencies: - `myst-parser` : add support for markdown files