Skip to content

Commit

Permalink
Fix typo in actions docs
Browse files Browse the repository at this point in the history
Fixes #97
  • Loading branch information
Brandon Tilley committed Jan 23, 2015
1 parent 8e69639 commit a9b3dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/contents/documentation/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var flux = new Fluxxor.Flux(stores, actions);
Namespaced Actions
------------------

Fluxxor will iterate over objets in your actions definition, allowing for namespaced actions:
Fluxxor will iterate over objects in your actions definition, allowing for namespaced actions:

```javascript
var actions = {
Expand Down

0 comments on commit a9b3dd5

Please sign in to comment.