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.