Skip to content

Commit

Permalink
Tweaks to docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Jan 15, 2018
1 parent 7891d06 commit 7008b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const initialReducer = () => ( {} );
const store = createStore( initialReducer, {}, flowRight( enhancers ) );

/**
* Registers a new sub reducer to the global state and returns a Redux-like store object.
* Registers a new sub-reducer to the global state and returns a Redux-like store object.
*
* @param {string} reducerKey Reducer key.
* @param {Object} reducer Reducer function.
Expand Down Expand Up @@ -93,7 +93,7 @@ export const query = ( mapSelectorsToProps ) => ( WrappedComponent ) => {
* @param {string} reducerKey Part of the state shape to register the
* selectors for.
* @param {string} selectorName Selector name.
* @param {*} args Selectors args.
* @param {*} args Selectors arguments.
*
* @returns {*} The selector's returned value.
*/
Expand Down

0 comments on commit 7008b4e

Please sign in to comment.