docs(router): fix misspelling (#3212)
This commit is contained in:
parent
f24b830c8a
commit
d35dab25cc
|
@ -2203,7 +2203,7 @@ h3#resolve-guard <i>Resolve</i>: 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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue