diff --git a/SC1016.md b/SC1016.md index d8976b5..db2ec10 100644 --- a/SC1016.md +++ b/SC1016.md @@ -1,4 +1,4 @@ -## This is a unicode single quote. Delete and retype it. +## This is a Unicode single quote. Delete and retype it. ### Problematic code: @@ -14,8 +14,8 @@ echo 'hello world' ### Rationale: -Some software, like OS X, Word and Wordpress, may automatically replace your regular quotes with slanted unicode quotes. Try deleting and retyping them, and/or disable "smart quotes" in your editor or OS. +Some software, like OS X, Word and WordPress, may automatically replace your regular quotes with slanted Unicode quotes. Try deleting and retyping them, and/or disable “smart quotes” in your editor or OS. ### Exceptions -None +If you want to use typographic single quotes, you can put them in double quotes (or typographic double quotes in single quotes) to make shellcheck ignore them.