Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 4f9bf77

Browse files
trotylwardbell
authored andcommitted
docs(router): Fix typo of missing symbol
closes #2111
1 parent 207b04e commit 4f9bf77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/docs/ts/latest/guide/router.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ h3#resolve-guard <i>Resolve</i>: pre-fetching component data
14501450
If we were using a real world api, there may be some delay in when the data we want to display gets returned.
14511451
We don't want to display a blank component until the data loads in this situation.
14521452

1453-
We'd like to pre-fetch data from the server so its ready the moment our route is activated.
1453+
We'd like to pre-fetch data from the server so it's ready the moment our route is activated.
14541454
We'd also like to handle the situation where our data fails to load or some other error condition occurs.
14551455
This would help us in our `Crisis Center` if we navigated to an `id` that doesn't return a record.
14561456
We could send the user back to the `Crisis List` where we only show valid crisis centers.

0 commit comments

Comments
 (0)