Skip to content

Commit

Permalink
Fix: Code comment typo (#10409)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soean authored and ajitbohra committed Oct 8, 2018
1 parent 377c222 commit 8f8f8fa
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 @@ -36,7 +36,7 @@ const DEFAULT_STORAGE_KEY = 'WP_DATA';
/**
* Higher-order reducer to provides an initial value when state is undefined.
*
* @param {Functigon} reducer Original reducer.
* @param {Function} reducer Original reducer.
* @param {*} initialState Value to use as initial state.
*
* @return {Function} Enhanced reducer.
Expand Down

0 comments on commit 8f8f8fa

Please sign in to comment.