Skip to content

Commit

Permalink
Fix typo in comment (#20947)
Browse files Browse the repository at this point in the history
Summary:
Overwrite instead of owerwrite

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

Differential Revision: D9661739

Pulled By: hramos

fbshipit-source-id: 378b44599313ab535af55981ddd80b0fcdbee448
  • Loading branch information
petekeller2 authored and facebook-github-bot committed Sep 5, 2018
1 parent eb25fdf commit 748555e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade/upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 748555e

Please sign in to comment.