Fix typo in comment (#20947)

Summary:
Overwrite instead of owerwrite

Release Notes:
--------------
[CLI] [MINOR] [local-cli/upgrade/upgrade.js] - Typo in comment fixed
Pull Request resolved: https://github.com/facebook/react-native/pull/20947

Differential Revision: D9661739

Pulled By: hramos

fbshipit-source-id: 378b44599313ab535af55981ddd80b0fcdbee448
This commit is contained in:
Peter Keller 2018-09-05 12:33:21 -07:00 committed by Facebook Github Bot
parent 38bea0bbf3
commit e30ec0fcba
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ function validateAndUpgrade() {
* Once all checks passed, upgrade the project files.
*/
function upgradeProjectFiles(projectDir, projectName) {
// Just owerwrite
// Just overwrite
copyProjectTemplateAndReplace(
path.resolve(
'node_modules',