Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Mar 16, 2022
1 parent da10f5c commit c4c4de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data/src/plugins/persistence/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ export function migrateThirdPartyFeaturePreferencesToPreferencesStore(
continue;
}

// Skip this scope if there are no features to migrates
// Skip this scope if there are no features to migrate.
const featuresToMigrate = interfaceScopes[ scope ];
if ( ! featuresToMigrate ) {
continue;
Expand Down

0 comments on commit c4c4de7

Please sign in to comment.