Skip to content

Commit

Permalink
Fix some typos in README.md (#4286)
Browse files Browse the repository at this point in the history
  • Loading branch information
apaatsio authored and Timer committed Apr 15, 2018
1 parent 92b79b3 commit 836bb39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ No clashes from other `.error` class names
<button class="Button_error_ax7yz"></div>
```
**This is an optional feature.** Regular html stylesheets and js imported stylesheets are fully supported. CSS Modules are only added when explictly named as a css module stylesheet using the extension `.module.css`.
**This is an optional feature.** Regular html stylesheets and js imported stylesheets are fully supported. CSS Modules are only added when explicitly named as a css module stylesheet using the extension `.module.css`.
-->
## Post-Processing CSS
Expand Down Expand Up @@ -1565,7 +1565,7 @@ Note that tests run much slower with coverage so it is recommended to run it sep
#### Configuration
The default Jest coverage configuration can be overriden by adding any of the following supported keys to a Jest config in your package.json.
The default Jest coverage configuration can be overridden by adding any of the following supported keys to a Jest config in your package.json.
Supported overrides:
- [`collectCoverageFrom`](https://facebook.github.io/jest/docs/en/configuration.html#collectcoveragefrom-array)
Expand Down

0 comments on commit 836bb39

Please sign in to comment.