Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 7db4e87

Browse files
BenBrostoffwmonk
authored andcommitted
Fix typo (#2683)
1 parent ed23d62 commit 7db4e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-react-app/createReactApp.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function createApp(name, verbose, version, template) {
169169
if (!semver.satisfies(process.version, '>=6.0.0')) {
170170
console.log(
171171
chalk.yellow(
172-
`You are using Node ${process.version} so the project will be boostrapped with an old unsupported version of tools.\n\n` +
172+
`You are using Node ${process.version} so the project will be bootstrapped with an old unsupported version of tools.\n\n` +
173173
`Please update to Node 6 or higher for a better, fully supported experience.\n`
174174
)
175175
);

0 commit comments

Comments
 (0)