diff --git a/packages/router/README.md b/packages/router/README.md index 6151dae..cace371 100644 --- a/packages/router/README.md +++ b/packages/router/README.md @@ -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()`