From f1e5f7111e200768b4c8f3ef871367787e746c95 Mon Sep 17 00:00:00 2001 From: olivier-maury <50327494+olivier-maury@users.noreply.github.com> Date: Tue, 18 Apr 2023 15:29:21 +0200 Subject: [PATCH] Typo --- exampleSite/content/cont/markdown.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/cont/markdown.en.md b/exampleSite/content/cont/markdown.en.md index 630fc547dc..fd714f4294 100644 --- a/exampleSite/content/cont/markdown.en.md +++ b/exampleSite/content/cont/markdown.en.md @@ -243,9 +243,9 @@ In GFM (GitHub Flavored Markdown) you can add task lists resulting in checked or - [ ] Smell {{% /notice %}} -### Defintions +### Definitions -This Markdown dialect supports an extension to add defintion lists. Definition lists are made of terms and definitions of these terms, much like in a dictionary. +This Markdown dialect supports an extension to add definition lists. Definition lists are made of terms and definitions of these terms, much like in a dictionary. A definition list in Markdown Extra is made of a single-line term followed by a colon and the definition for that term. You can also associate more than one term to a definition.