Fixes #453, typo.

This commit is contained in:
Jeremy Ashkenas
2011-07-02 09:58:07 -04:00
parent 3a56d36686
commit a30ea0dfda

View File

@@ -382,7 +382,7 @@
release. <tt>Controller</tt> is now <a href="#Router">Router</a>, and
<tt>refresh</tt> is now <a href="#Collection-reset">reset</a>.
The previous <tt>saveLocation</tt> and <tt>setLocation</tt>
functions have peen replaced by <a href="#Router-navigate">navigate</a>.
functions have been replaced by <a href="#Router-navigate">navigate</a>.
Be sure to <a href="#History-start">opt-in</a> to <tt>pushState</tt> support,
if you want to use it.
</p>