diff --git a/local-cli/upgrade/upgrade.js b/local-cli/upgrade/upgrade.js index 4ce70498453..a65828b4af7 100644 --- a/local-cli/upgrade/upgrade.js +++ b/local-cli/upgrade/upgrade.js @@ -60,7 +60,7 @@ module.exports = function upgrade(args, config) { } else { console.log( chalk.yellow( - 'A valid version number for \'react-native\' is not specified your \'package.json\' file.' + 'A valid version number for \'react-native\' is not specified in your \'package.json\' file.' ) ); }