Skip to content

Commit

Permalink
Merge pull request #201 from iamdoron/patch-1
Browse files Browse the repository at this point in the history
Update README.md (is -> are)
  • Loading branch information
spoike committed Jan 25, 2015
2 parents abadf1f + be840e3 commit 907cd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ var Store = Reflux.createStore({
Store.foo(); // outputs "bar!" to console
```

Methods from mixins is available as well as the methods declared in the Store. So it's possible to access store's `this` from mixin, or methods of mixin from methods of store:
Methods from mixins are available as well as the methods declared in the Store. So it's possible to access store's `this` from mixin, or methods of mixin from methods of store:

```javascript
var MyMixin = { mixinMethod: function() { console.log(this.foo); } }
Expand Down

0 comments on commit 907cd2b

Please sign in to comment.