Skip to content

Commit c616a43

Browse files
authored
chore: adjust formatting
1 parent e99db80 commit c616a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/reference/runtime-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ interface Router {
103103
*/
104104
onBeforeRouteChange?: (to: string) => Awaitable<void | boolean>
105105
/**
106-
* Called before the page component is loaded (after the history state is
107-
* updated). Return `false` to cancel the navigation.
106+
* Called before the page component is loaded (after the history state is updated).
107+
* Return `false` to cancel the navigation.
108108
*/
109109
onBeforePageLoad?: (to: string) => Awaitable<void | boolean>
110110
/**

0 commit comments

Comments
 (0)