From b83b1f3b5b880a3ddf2498a8689504a866d6775f Mon Sep 17 00:00:00 2001 From: Timothy Farrell Date: Thu, 28 Jun 2018 14:49:26 -0500 Subject: [PATCH] Typo --- packages/router/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()`