From d35dab25ccd472a0ea1fef2adfbbabb2f3cf97ce Mon Sep 17 00:00:00 2001 From: Deborah Kurata Date: Tue, 7 Feb 2017 11:52:25 -0800 Subject: [PATCH] docs(router): fix misspelling (#3212) --- public/docs/ts/latest/guide/router.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index bc13670d48..0d8b2d9c40 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -2203,7 +2203,7 @@ h3#resolve-guard Resolve: pre-fetching component data You don't want to display a blank component while waiting for the data. You prefer to pre-fetch data from the server so it's ready the moment the route is activated. - You'd like to handle errors before routing to the componet. + You'd like to handle errors before routing to the component. There's no point in navigating to a crisis detail for an `id` that doesn't have a record. You'd rather send the user back to the `Crisis List` where you only show valid crisis centers.