Skip to content

Commit 820317c

Browse files
committed
Merge pull request #6 from sbrekken/patch-1
Fix invalid method name in custom-router.md
2 parents 6c68b17 + 6f738aa commit 820317c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/recipes/custom-router.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ We are going to implement custom router as a mixin:
2828
return routes
2929
},
3030

31-
renderRouterHandler: function() {
32-
return this.transferPropsTo(this.renderRouterHandler())
31+
renderRouteHandler: function() {
32+
return this.transferPropsTo(this.renderRouteHandler())
3333
}
3434
}
3535

0 commit comments

Comments
 (0)