Skip to content

Commit e645d3e

Browse files
jamesvssharkiansu
authored andcommitted
Fix typo in createReactApp.js warning message (#4309)
1 parent 0e0f260 commit e645d3e

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
@@ -358,7 +358,7 @@ function run(
358358
if (version === '[email protected]') {
359359
console.log(
360360
chalk.yellow(
361-
`\nNote: the project was boostrapped with an old unsupported version of tools.\n` +
361+
`\nNote: the project was bootstrapped with an old unsupported version of tools.\n` +
362362
`Please update to Node >=6 and npm >=3 to get supported tools in new projects.\n`
363363
)
364364
);

0 commit comments

Comments
 (0)