Skip to content

Commit

Permalink
Fixed the docs for basics/DeclarativeEffects
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Wolny committed Apr 27, 2016
1 parent a2f16f7 commit 9d24a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/DeclarativeEffects.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ is of the form `(error, result) => ()`, `cps` stands for Continuation Passing St
For example:
```javascript
import { cps } from 'redux-saga'
import { cps } from 'redux-saga/effects'

const content = yield cps(readFile, '/path/to/file')
```
Expand Down

0 comments on commit 9d24a78

Please sign in to comment.