You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_posts/2016-07-22-create-apps-with-no-configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Now you can use it to create a new app:
25
25
create-react-app hello-world
26
26
```
27
27
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:
0 commit comments