Fix typo.

This commit is contained in:
Robert Gieseke
2011-09-16 21:29:59 +03:00
parent 291863df55
commit d2eee2adce

View File

@@ -1453,7 +1453,7 @@ var othello = NYPL.create({
<p>
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
(<tt>#page</tt>) were used to provide these permalinks, but with the
arrival of the History API, it's now possible to use standard URLs (<tt>/page</tt>).
<b>Backbone.Router</b> provides methods for routing client-side pages, and