This commit is contained in:
Timothy Farrell 2018-06-28 14:49:26 -05:00
parent 32bff48f51
commit 44319fe3bf

View File

@ -73,7 +73,7 @@ The returned instance provides these methods:
* `start(initialRoute: string)`
Listen to `window.onhashchange` for route changes. The `initialRoute` will be passed to `goto()`
if the is no current route in `window.location`.
if there is no current route in `window.location`.
* `stop()`