mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 09:45:04 +00:00
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…
x
Reference in New Issue
Block a user