Fixes typo
This commit is contained in:
parent
90f15940fa
commit
eb3bdd997e
|
@ -68,8 +68,8 @@ function validatePackageName(name) {
|
||||||
|
|
||||||
if (name === 'React') {
|
if (name === 'React') {
|
||||||
console.error(
|
console.error(
|
||||||
'"%s" is not a valid name for a project. Please do not use the reserve ' +
|
'"%s" is not a valid name for a project. Please do not use the ' +
|
||||||
'word "React".',
|
'reserved word "React".',
|
||||||
name
|
name
|
||||||
);
|
);
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
|
|
Loading…
Reference in New Issue