From d2eee2adceb4128fed4e3b06e932a902f1c6770c Mon Sep 17 00:00:00 2001 From: Robert Gieseke Date: Fri, 16 Sep 2011 21:29:59 +0300 Subject: [PATCH] Fix typo. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d4284b3b..b2607878 100644 --- a/index.html +++ b/index.html @@ -1453,7 +1453,7 @@ var othello = NYPL.create({

Web applications often provide linkable, bookmarkable, shareable URLs for - imporant locations in the app. Until recently, hash fragments + important locations in the app. Until recently, hash fragments (#page) were used to provide these permalinks, but with the arrival of the History API, it's now possible to use standard URLs (/page). Backbone.Router provides methods for routing client-side pages, and