Skip to content

Commit

Permalink
Remove outdated rule on single quotes in docs (#3495)
Browse files Browse the repository at this point in the history
* 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.

* Remove typographic stuff we don't use anyways.
  • Loading branch information
douglasnaphas authored and timdorr committed Aug 2, 2019
1 parent 7d3c083 commit 42474f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +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.

The docs are published automatically when the `master` branch is updated.
Improvements to the documentation are always welcome. You can find them in the [`docs`](/docs) path. We use [Docusaurus](https://docusaurus.io/) to build our documentation website. The website is published automatically whenever the `master` branch is updated.

### Examples

Expand Down

0 comments on commit 42474f3

Please sign in to comment.