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:
parent
38bea0bbf3
commit
e30ec0fcba
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue