Skip to content

Commit

Permalink
Fix typo in action name
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudRinquin committed Mar 8, 2016
1 parent 6356f0e commit c5488dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { load } from 'redux-dataloader'

export const FETCH_USER_REQUEST = 'myapp/user/FETCH_USER/REQUEST'
export const FETCH_USER_SUCCESS = 'myapp/user/FETCH_USER/SUCCESS'
export const FETCH_USER_FAILURE = 'myapp/user/FETCH_USER/SUCCESS'
export const FETCH_USER_FAILURE = 'myapp/user/FETCH_USER/FAILURE'

export function fetchUserRequest (userId) {
// use `load` to wrap a request action, load() returns a Promise
Expand Down

0 comments on commit c5488dd

Please sign in to comment.