Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #188 from zugaldia/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
addyosmani committed Oct 11, 2012
2 parents 311f6dc + d321458 commit c8c4c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ var GalleryRouter = Backbone.Router.extend({
/* define the route and function maps for this router */
routes: {
"about" : "showAbout",
/*Sample usage: http://unicorns.com/# <about*/
/*Sample usage: http://unicorns.com/#about*/

"photos/:id" : "getPhoto",
/*This is an example of using a ":param" variable which allows us to match
Expand Down

0 comments on commit c8c4c8c

Please sign in to comment.