Fixed typo in use-with-create-react-app.en-US.md

Minor typo in the eject application section, have corrected and made the sentence slightly more descriptive.
This commit is contained in:
Regan Langford 2019-07-18 13:10:01 +02:00 committed by GitHub
parent cdcbb54393
commit f0c5f7ec00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,7 +201,7 @@ We use `modifyVars` option of [less-loader](https://github.com/webpack/less-load
## eject
You can also could try [yarn run eject](https://github.com/facebookincubator/create-react-app#converting-to-a-custom-setup) for a custom setup of create-react-app, although you should dig into it by yourself.
You can also eject your application using [yarn run eject](https://github.com/facebookincubator/create-react-app#converting-to-a-custom-setup) for a custom setup of create-react-app, although you should dig into it by yourself.
## Source code and other boilerplates