mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 01:40:08 +00:00
Fixes typo
This commit is contained in:
parent
90f15940fa
commit
eb3bdd997e
4
react-native-cli/index.js
vendored
4
react-native-cli/index.js
vendored
@ -68,8 +68,8 @@ function validatePackageName(name) {
|
||||
|
||||
if (name === 'React') {
|
||||
console.error(
|
||||
'"%s" is not a valid name for a project. Please do not use the reserve ' +
|
||||
'word "React".',
|
||||
'"%s" is not a valid name for a project. Please do not use the ' +
|
||||
'reserved word "React".',
|
||||
name
|
||||
);
|
||||
process.exit(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user