We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0f260 commit e645d3eCopy full SHA for e645d3e
packages/create-react-app/createReactApp.js
@@ -358,7 +358,7 @@ function run(
358
if (version === '[email protected]') {
359
console.log(
360
chalk.yellow(
361
- `\nNote: the project was boostrapped with an old unsupported version of tools.\n` +
+ `\nNote: the project was bootstrapped with an old unsupported version of tools.\n` +
362
`Please update to Node >=6 and npm >=3 to get supported tools in new projects.\n`
363
)
364
);
0 commit comments