diff --git a/packages/utils/upgrade/src/modules/upgrader/upgrader.ts b/packages/utils/upgrade/src/modules/upgrader/upgrader.ts index d8a82b693c..2d639c1750 100644 --- a/packages/utils/upgrade/src/modules/upgrader/upgrader.ts +++ b/packages/utils/upgrade/src/modules/upgrader/upgrader.ts @@ -155,7 +155,7 @@ export class Upgrader implements UpgraderInterface { this.logger?.info(f.upgradeStep('Applying the latest code modifications', [2, 4])); await this.runCodemods(codemodsRange); - // We need to refresh the project files (including package.json) to make sure we have + // We need to refresh the project files to make sure we have // the latest version of each file (including package.json) for the next steps this.logger?.debug('Refreshing project information...'); this.project.refresh();