Fix typo in mithril.route.md

This commit is contained in:
eiriksm 2014-03-18 19:59:59 +01:00
parent 537e78ac91
commit 9027d4ac3a

View file

@ -165,7 +165,7 @@ where:
#### Usage
You can programmatically redirec to another page. Given the example in the "Defining Routes" section:
You can programmatically redirect to another page. Given the example in the "Defining Routes" section:
```javascript
m.route("/dashboard/marysue");