From b7479ce9c9b969b0eee13b12c60b792477e108ca Mon Sep 17 00:00:00 2001 From: Lorenzo Natali Date: Fri, 5 May 2017 14:44:35 +0200 Subject: [PATCH] Fix documentation for framework (#1787) --- web/client/utils/PluginsUtils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/client/utils/PluginsUtils.js b/web/client/utils/PluginsUtils.js index 19ea2273cb..97697fe74b 100644 --- a/web/client/utils/PluginsUtils.js +++ b/web/client/utils/PluginsUtils.js @@ -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) => {