Merge pull request #608 from glebcha/next

corrected typo
This commit is contained in:
Leo Horie 2015-05-07 08:50:25 -04:00
commit 6e139e42b7

View file

@ -499,7 +499,7 @@ m.mount(document, {controller: todo.controller, view: todo.view});
```
This example is also available as a [jsFiddle](http://jsfiddle.net/milesmatthias/fbgypzbr/1/).
Theres is also [Extended example](http://jsfiddle.net/glebcha/q7tvLxsa/) available on jsfiddle.
There is also [Extended example](http://jsfiddle.net/glebcha/q7tvLxsa/) available on jsfiddle.
---