Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove outdated rule on single quotes in docs (reduxjs#3495)
* Remove outdated rule on single quotes in docs 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. * Remove typographic stuff we don't use anyways. Former-commit-id: 99bbd43 Former-commit-id: 4d3298d
- Loading branch information