From 64b02947c09425a997e83b3445fb35795b0fb02a Mon Sep 17 00:00:00 2001 From: Count Jocular Date: Tue, 18 Feb 2020 11:07:21 +0000 Subject: [PATCH] Correct spelling mistake in interface help s/renderred/rendered/g --- docs/source/interface.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/interface.txt b/docs/source/interface.txt index 3703bf22..994f5571 100644 --- a/docs/source/interface.txt +++ b/docs/source/interface.txt @@ -37,9 +37,9 @@ The editor also has a minimal set of keywords used for setting tags and referenc "``## Title``", "Heading level two. The space after the # is mandatory." "``### Title``", "Heading level three. The space after the # is mandatory." "``#### Title``", "Heading level four. The space after the # is mandatory." - "``**text**``", "The text is renderred as bold text." - "``_text_``", "The text is renderred as italics text." - "``__text__``", "The text is renderred as underlined text." + "``**text**``", "The text is rendered as bold text." + "``_text_``", "The text is rendered as italicized text." + "``__text__``", "The text is rendered as underlined text." "``% text...``", "A comment. The text is not exported, seen in viewer, or counted towards word counts." "``@keyword: value``", "A keyword argument followed by a value, or a comma separated list of values."