Skip to content

Commit 3e9fb85

Browse files
amasadsophiebits
authored andcommitted
"transient" -> "transitive" (#187)
1 parent 750472b commit 3e9fb85

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cd my-app
4242
```
4343

4444
It will create a directory called `my-app` inside the current folder.<br>
45-
Inside that directory, it will generate the initial project structure and install the transient dependencies:
45+
Inside that directory, it will generate the initial project structure and install the transitive dependencies:
4646

4747
```
4848
my-app/
@@ -112,7 +112,7 @@ You can also read its latest version [here](https://github.com/facebookincubator
112112

113113
**If you’re a power user** and you aren’t happy with the default configuration, you can “eject” from the tool and use it as a boilerplate generator.
114114

115-
Running `npm run eject` copies all the configuration files and the transient dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. Commands like `npm start` and `npm run build` will still work, but they will point to the copied scripts so you can tweak them. At this point, you’re on your own.
115+
Running `npm run eject` copies all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. Commands like `npm start` and `npm run build` will still work, but they will point to the copied scripts so you can tweak them. At this point, you’re on your own.
116116

117117
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
118118

@@ -142,7 +142,7 @@ Currently it is a thin layer on top of many amazing community projects, such as:
142142
* [ESLint](http://eslint.org/)
143143
* and more.
144144

145-
All of them are transient dependencies of the provided npm package.
145+
All of them are transitive dependencies of the provided npm package.
146146

147147
## Contributing
148148

template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Your app is ready to be deployed!
6464

6565
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
6666

67-
Instead, it will copy all the configuration files and the transient dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
67+
Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
6868

6969
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
7070

0 commit comments

Comments
 (0)