We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6bae17 + 2b5a8e2 commit 5c96fd2Copy full SHA for 5c96fd2
_posts/2011-01-27-what-is-a-router.md
@@ -51,7 +51,7 @@ Most conventional frameworks allow you to define routes that contain a mix of st
51
var AppRouter = Backbone.Router.extend({
52
routes: {
53
"posts/:id": "getPost",
54
- "*actions": "defaultRoute" // Backbone will try match the route above first
+ "*actions": "defaultRoute" // Backbone will try to match the route above first
55
}
56
});
57
// Instantiate the router
0 commit comments