Skip to content

Commit

Permalink
Merge pull request #4 from tonygentilcore/patch-1
Browse files Browse the repository at this point in the history
Minor typo fix
  • Loading branch information
itinance authored Oct 20, 2017
2 parents cecc98a + 74c87c2 commit 5388172
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 @@ -71,7 +71,7 @@ The received data is the same as from [navigator.geolocation.watchPosition](http

We can listen to the event in our reducers per "REDUX_SAGA_LOCATION_SET_POSITION", while errors can be detected with "REDUX_SAGA_LOCATION_SET_ERROR".

If we want to use constans for the actions, we can import them with:
If we want to use constants for the actions, we can import them with:

```javascript
import {REDUX_SAGA_LOCATION_ACTION_SET_POSITION, REDUX_SAGA_LOCATION_ACTION_SET_ERROR} from 'redux-saga-location/actions';
Expand Down

0 comments on commit 5388172

Please sign in to comment.