Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Feb 16, 2022
1 parent 231c2ca commit 50bfde1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/data/src/plugins/persistence/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,11 @@ function persistencePlugin( registry, pluginOptions ) {

/**
* Move the 'features' object in local storage from the sourceStoreName to the
* interface store.
* preferences store.
*
* @param {Object} persistence The persistence interface.
* @param {string} sourceStoreName The name of the store that has persisted
* preferences to migrate to the interface
* preferences to migrate to the preferences
* package.
*/
export function migrateFeaturePreferencesToPreferencesStore(
Expand Down

0 comments on commit 50bfde1

Please sign in to comment.