Skip to content

Commit

Permalink
Minor updates to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryMuse committed Apr 6, 2015
1 parent 4f71059 commit 0bfa2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/contents/documentation/flux.md
Expand Up @@ -169,7 +169,7 @@ You can even bypass the original dispatch function entirely for testing or more

```javascript
flux.setDispatchInterceptor(function(action, dispatch) {
// Ignore the `dispatch` argument and do our own thing with the action
// Ignore the `dispatch` argument and do our own thing with the action, for example:
window.postMessage({ type: "myCustomThing", action: action });
});
```
Expand Down

0 comments on commit 0bfa2fc

Please sign in to comment.