Skip to content

Commit

Permalink
Fix documentation for framework (#1787)
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored May 5, 2017
1 parent e3c46fc commit b7479ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/client/utils/PluginsUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ const pluginsMergeProps = (stateProps, dispatchProps, ownProps) => {
};
/**
* default wrapper for the epics.
* @param epic the epic to wrap
* @return the epic wrapped with error catch and re-subscribe functionalities.S
* @memberof utils.PluginsUtils
* @param {epic} epic the epic to wrap
* @return {epic} epic wrapped with error catch and re-subscribe functionalities.S
*/
const defaultEpicWrapper = epic => (...args) =>
epic(...args).catch((error, source) => {
Expand Down

0 comments on commit b7479ce

Please sign in to comment.