Browse Source

Merge pull request #4851 from wiscombetom/patch-1

Fixed typo
Rémi Verschelde 4 years ago
parent
commit
6b7017a3c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      development/editor/editor_style_guide.rst

+ 1 - 1
development/editor/editor_style_guide.rst

@@ -22,7 +22,7 @@ Writing style
 - **Use contractions.** For example, use "isn't" instead of "is not". An exception
   to this rule can be made when you specifically want to emphasize one of the
   contraction's words.
-- **Use double quotes in messages** (``""``) instead of simple quotes (``''``).
+- **Use double quotes in messages** (``""``) instead of single quotes (``''``).
   Double quotes should be used to quote user input, file paths and possibly
   other things depending on the context.