From 11bc4af6ccc3e9445216bf11c528128f5366cd59 Mon Sep 17 00:00:00 2001 From: Antti Ahti Date: Wed, 11 Apr 2018 12:55:17 +0300 Subject: [PATCH] Fix some typos in README.md --- packages/react-scripts/template/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 5f00b482f59..01d681c6b69 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -559,7 +559,7 @@ No clashes from other `.button` classnames
``` -**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 @@ -1562,7 +1562,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)