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