From 365d923493d0c007b6be3febbf0549655fb7995d Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Thu, 2 Feb 2023 16:27:32 -0800 Subject: [PATCH] Improve wording --- developer/general/documentation-style-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/developer/general/documentation-style-guide.md b/developer/general/documentation-style-guide.md index 4d23390f..d6af5993 100644 --- a/developer/general/documentation-style-guide.md +++ b/developer/general/documentation-style-guide.md @@ -120,9 +120,9 @@ Hard wrap Markdown lines at 80 characters, unless the line can't be broken ### Do not use Markdown syntax for styling -For example, there is a common temptation to use block quotes (lines beginning -with the `>` character) in order to stylistically distinguish some portion of -text from the rest of the document, e.g.: +For example, there is a common temptation to use block quotations (created by +beginning lines with the `>` character) in order to stylistically distinguish +some portion of text from the rest of the document, e.g.: ``` > Note: This is an important note!