Skip to content

Commit aa35ee7

Browse files
authored
Merge pull request #3 from rcsole/patch-1
fixes comment for `effects`
2 parents 7f5143a + 627a1a5 commit aa35ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_generators/model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const <%= name %> = {
1212
},
1313
effects: {
1414
// asynchronous operations that don't modify state directly.
15-
// Triggered by actions, can call actions. Signature of (data, state, send, done)
15+
// Triggered by actions, can call actions. Signature of (state, data, send, done)
1616
/*
1717
myEffect: function (state, data, send, done) {
1818
// do stuff

0 commit comments

Comments
 (0)