Skip to content

Commit 5c96fd2

Browse files
committed
Merge pull request #135 from NelsonScott/patch-2
Fix typo 'to'
2 parents f6bae17 + 2b5a8e2 commit 5c96fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2011-01-27-what-is-a-router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Most conventional frameworks allow you to define routes that contain a mix of st
5151
var AppRouter = Backbone.Router.extend({
5252
routes: {
5353
"posts/:id": "getPost",
54-
"*actions": "defaultRoute" // Backbone will try match the route above first
54+
"*actions": "defaultRoute" // Backbone will try to match the route above first
5555
}
5656
});
5757
// Instantiate the router

0 commit comments

Comments
 (0)