Skip to content

Commit

Permalink
Merge pull request #8 from ArnaudRinquin/patch-1
Browse files Browse the repository at this point in the history
Fix typo in action name
  • Loading branch information
kouhin committed Mar 9, 2016
2 parents 6356f0e + c5488dd commit a9a34a1
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 a9a34a1

Please sign in to comment.