This commit is contained in:
Timothy Farrell 2018-06-28 14:49:26 -05:00
parent 6d088efec5
commit b83b1f3b5b

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()`