diff --git a/docs/en/reference/runtime-api.md b/docs/en/reference/runtime-api.md index 0f2e9ea04776..5f7b5f805b88 100644 --- a/docs/en/reference/runtime-api.md +++ b/docs/en/reference/runtime-api.md @@ -103,8 +103,8 @@ interface Router { */ onBeforeRouteChange?: (to: string) => Awaitable /** - * 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 /**