Skip to content

Commit

Permalink
Remove outdated rule on single quotes in docs
Browse files Browse the repository at this point in the history
In PR reduxjs#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.
  • Loading branch information
douglasnaphas committed Aug 2, 2019
1 parent 3fdb341 commit c78afe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ npm run test:watch

### Docs

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.
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.

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

Expand Down

0 comments on commit c78afe1

Please sign in to comment.