Skip to content

Commit

Permalink
chore: adjust formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Sep 16, 2024
1 parent e99db80 commit c616a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/reference/runtime-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ interface Router {
*/
onBeforeRouteChange?: (to: string) => Awaitable<void | boolean>
/**
* Called before the page component is loaded (after the history state is
* updated). Return `false` to cancel the navigation.
* Called before the page component is loaded (after the history state is updated).
* Return `false` to cancel the navigation.
*/
onBeforePageLoad?: (to: string) => Awaitable<void | boolean>
/**
Expand Down

0 comments on commit c616a43

Please sign in to comment.