diff --git a/docs/getting-started.md b/docs/getting-started.md index d32420ca..b0f0db02 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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. ---