Skip to content

Commit 836bb39

Browse files
apaatsioTimer
authored andcommitted
Fix some typos in README.md (facebook#4286)
1 parent 92b79b3 commit 836bb39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-scripts/template/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ No clashes from other `.error` class names
562562
<button class="Button_error_ax7yz"></div>
563563
```
564564
565-
**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`.
565+
**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`.
566566
-->
567567
568568
## Post-Processing CSS
@@ -1565,7 +1565,7 @@ Note that tests run much slower with coverage so it is recommended to run it sep
15651565
15661566
#### Configuration
15671567
1568-
The default Jest coverage configuration can be overriden by adding any of the following supported keys to a Jest config in your package.json.
1568+
The default Jest coverage configuration can be overridden by adding any of the following supported keys to a Jest config in your package.json.
15691569
15701570
Supported overrides:
15711571
- [`collectCoverageFrom`](https://facebook.github.io/jest/docs/en/configuration.html#collectcoveragefrom-array)

0 commit comments

Comments
 (0)