Skip to content

Commit d3c1afc

Browse files
BenBrostoffmorgs32
authored andcommitted
Fix typo (facebook#2683)
1 parent 69465fa commit d3c1afc

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)