Browse Source

"transient dependencies" -> "transitive dependencies" (#7341)

I think that's what you meant -- although with npm dependencies are kind of transient :P
main
Amjad Masad 9 years ago
committed by Paul O’Shannessy
parent
commit
2b9cb8f247
  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 a list of commands you can run in the created folder:
This will take a while as npm installs the transitive 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