Browse Source

Blog post: Fixed typo in post (#7336)

main
Seyi 9 years ago
committed by Paul O’Shannessy
parent
commit
bfb53c6c28
  1. 2
      _posts/2016-07-22-create-apps-with-no-configuration.md

2
_posts/2016-07-22-create-apps-with-no-configuration.md

@ -25,7 +25,7 @@ Now you can use it to create a new app:
create-react-app hello-world
```
This will take a while as npm installs the transient dependencies, but once it’s done, you will see the list the commands you can run in the created folder:
This will take a while as npm installs the transient dependencies, but once it’s done, you will see a list of commands you can run in the created folder:
![created folder](/react/img/blog/create-apps-with-no-configuration/created-folder.png)

Loading…
Cancel
Save