Skip to content

Commit 90c83f7

Browse files
lorensrgaearon
authored andcommitted
Fix grammar in README (#3394)
"subway" by itself is not a proper noun
1 parent 2cb4871 commit 90c83f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-scripts/template/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ In addition to [ES6](https://github.com/lukehoban/es6features) syntax features,
204204

205205
Learn more about [different proposal stages](https://babeljs.io/docs/plugins/#presets-stage-x-experimental-presets-).
206206

207-
While we recommend to use experimental proposals with some caution, Facebook heavily uses these features in the product code, so we intend to provide [codemods](https://medium.com/@cpojer/effective-javascript-codemods-5a6686bb46fb) if any of these proposals change in the future.
207+
While we recommend using experimental proposals with some caution, Facebook heavily uses these features in the product code, so we intend to provide [codemods](https://medium.com/@cpojer/effective-javascript-codemods-5a6686bb46fb) if any of these proposals change in the future.
208208

209209
Note that **the project only includes a few ES6 [polyfills](https://en.wikipedia.org/wiki/Polyfill)**:
210210

@@ -1616,7 +1616,7 @@ By default, the production build is a fully functional, offline-first
16161616
Progressive Web Apps are faster and more reliable than traditional web pages, and provide an engaging mobile experience:
16171617
16181618
* All static site assets are cached so that your page loads fast on subsequent visits, regardless of network connectivity (such as 2G or 3G). Updates are downloaded in the background.
1619-
* Your app will work regardless of network state, even if offline. This means your users will be able to use your app at 10,000 feet and on the Subway.
1619+
* Your app will work regardless of network state, even if offline. This means your users will be able to use your app at 10,000 feet and on the subway.
16201620
* On mobile devices, your app can be added directly to the user's home screen, app icon and all. You can also re-engage users using web **push notifications**. This eliminates the need for the app store.
16211621
16221622
The [`sw-precache-webpack-plugin`](https://github.com/goldhand/sw-precache-webpack-plugin)

0 commit comments

Comments
 (0)