Skip to content

Commit

Permalink
content: fix typo in stores.md (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Hai authored and goto-bus-stop committed Aug 6, 2018
1 parent 1e80c59 commit 8bb2705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/stores/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ re-render. Renders only happen when the `'render'` event is emitted.
The biggest benefit of explicit rendering we've found is that it allows storing
values without triggering renders. This allows every part of the application to
store their internal bookkeeping values inside the state. In turn this makes
debugging applications a lot easier, since there are is no private state.
debugging applications a lot easier, since there is no private state.

```js
var choo = require('choo')
Expand Down

0 comments on commit 8bb2705

Please sign in to comment.