|
@@ -15,13 +15,13 @@ MiddlewareRegistry.register(store => next => action => {
|
15
|
15
|
|
16
|
16
|
/**
|
17
|
17
|
* Notifies the feature app that the action {@link CONNECTION_ESTABLISHED} is
|
18
|
|
- * being dispatched within a specific Redux {@code store}.
|
|
18
|
+ * being dispatched within a specific redux {@code store}.
|
19
|
19
|
*
|
20
|
|
- * @param {Store} store - The Redux store in which the specified {@code action}
|
|
20
|
+ * @param {Store} store - The redux store in which the specified {@code action}
|
21
|
21
|
* is being dispatched.
|
22
|
|
- * @param {Dispatch} next - The Redux {@code dispatch} function to dispatch the
|
|
22
|
+ * @param {Dispatch} next - The redux {@code dispatch} function to dispatch the
|
23
|
23
|
* specified {@code action} to the specified {@code store}.
|
24
|
|
- * @param {Action} action - The Redux action {@code CONNECTION_ESTABLISHED}
|
|
24
|
+ * @param {Action} action - The redux action {@code CONNECTION_ESTABLISHED}
|
25
|
25
|
* which is being dispatched in the specified {@code store}.
|
26
|
26
|
* @private
|
27
|
27
|
* @returns {Object} The new state that is the result of the reduction of the
|