doc fixes

This commit is contained in:
Leo 2017-01-08 14:47:38 -05:00
parent 96ca6379d0
commit d40b324645
6 changed files with 42 additions and 46 deletions

View file

@ -63,7 +63,7 @@ m.request("/api/v1/users", {background: true}).then(function() {
### After route changes
Mithril automatically redraws after [`m.route.set()`](route.md#routeset) calls (or route changes via links that use [`m.route.link`](route.md#routelink)
Mithril automatically redraws after [`m.route.set()`](route.md#mrouteset) calls (or route changes via links that use [`m.route.link`](route.md#mroutelink)
```javascript
var RoutedComponent = {