docs: fix effects

This commit is contained in:
Yoshua Wuyts
2016-05-16 02:26:43 +07:00
parent ea8571e940
commit 99e4e04e1b
+1
View File
@@ -95,6 +95,7 @@ Side effects are done through `effects` declared in `app.model()`. Unlike
callback passed hich is used to emit `actions` to handle results. callback passed hich is used to emit `actions` to handle results.
A typical `effect` flow looks like: A typical `effect` flow looks like:
1. An action is received 1. An action is received
2. An effect is triggered 2. An effect is triggered
3. The effect performs an async call 3. The effect performs an async call