Skip to content

Commit d157827

Browse files
amasadzpao
authored andcommitted
"transient dependencies" -> "transitive dependencies" (#7341)
I think that's what you meant -- although with npm dependencies are kind of transient :P
1 parent 5b06667 commit d157827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Now you can use it to create a new app:
2525
create-react-app hello-world
2626
```
2727

28-
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:
28+
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:
2929

3030
![created folder](/react/img/blog/create-apps-with-no-configuration/created-folder.png)
3131

0 commit comments

Comments
 (0)