corrected typo

This commit is contained in:
glebcha 2015-05-07 10:37:34 +05:00
parent 7c55516d5d
commit 809447ed19

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.
---