Skip to content

Commit

Permalink
Fix typo (facebook#2683)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBrostoff authored and morgs32 committed Sep 1, 2017
1 parent 69465fa commit d3c1afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-react-app/createReactApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function createApp(name, verbose, version, template) {
if (!semver.satisfies(process.version, '>=6.0.0')) {
console.log(
chalk.yellow(
`You are using Node ${process.version} so the project will be boostrapped with an old unsupported version of tools.\n\n` +
`You are using Node ${process.version} so the project will be bootstrapped with an old unsupported version of tools.\n\n` +
`Please update to Node 6 or higher for a better, fully supported experience.\n`
)
);
Expand Down

0 comments on commit d3c1afc

Please sign in to comment.