mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
Fix some typos in README.md (#4286)
This commit is contained in:
@@ -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
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user