From c006c3573f4bb8c668f846fb68a70e073c47bf62 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Wed, 30 Sep 2015 13:24:13 -0400 Subject: [PATCH] Fixed typographical error, changed accomodation to accommodation in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 835fa87..bf10819 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,8 @@ var router=new $.mobile.Router([ { "/restaurant.html[?]id=(\\d+)": { events: "i", handler: "restaurantDetail" } }, // handwritten regexp { "/events.html(?:[?](.*))?": { events: "i", handler: "events" } }, // handwritten regexp { "/eventDetail.html": { events: "i", handler: "eventDetail", argsre: true } }, - { "/accomodations.html": { events: "i", handler: "accomodationsTaxonomy", argsre: true } }, - { "/accomodationList.html(?:[?](.*))?": { events: "i", handler: "accomodations" } } // handwritten regexp + { "/accommodations.html": { events: "i", handler: "accommodationsTaxonomy", argsre: true } }, + { "/accommodationList.html(?:[?](.*))?": { events: "i", handler: "accommodations" } } // handwritten regexp ], ControllerObject, { ajaxApp: true} ); var router=new $.mobile.Router([