Skip to content

Commit 10991b2

Browse files
committed
fix(*) typo in comment
1 parent 3310cff commit 10991b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redux/middleware/clientMiddleware.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import httpService from '../../services/httpService.js';
44
* If you manage async actions, this will remove a lot of boilerplate,
55
* Accepts an action with an object of the form:
66
* {
7-
* type: ['LOAD', 'LOAD_SUCCESS', 'LOAD_FAILURE'],
7+
* types: ['LOAD', 'LOAD_SUCCESS', 'LOAD_FAILURE'],
88
* promise: (client) => client.get('/url') // needs to return a promise - using the client is not mandatory
99
* }
1010
* It remains compliant with normal actions (see src/redux/modules/multipleUsers.js for example)

0 commit comments

Comments
 (0)