Skip to content

Commit c78afe1

Browse files
committed
Remove outdated rule on single quotes in docs
In PR #1874, a mass replacement of angled single quotes ’ with ASCII single quotes ' was approved. Since then, the docs have contained a mixture of angled and ASCII single quotes: ``` $ git log -S’ --since="Mon Aug 1 16:45:58 2016 -0400" --pretty=oneline | wc -l 17 ``` so it does not make sense to state a rule on them.
1 parent 3fdb341 commit c78afe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ npm run test:watch
7070

7171
### Docs
7272

73-
Improvements to the documentation are always welcome. In the docs we abide by typographic rules, so instead of ' you should use '. Same goes for “ ” and dashes (—) where appropriate. These rules only apply to the text, not to code blocks.
73+
Improvements to the documentation are always welcome. In the docs we abide by typographic rules for double quotes and dashes, so you should use “ ” instead of " " and — instead of --. These rules only apply to the text, not to code blocks.
7474

7575
The docs are published automatically when the `master` branch is updated.
7676

0 commit comments

Comments
 (0)