From c616a43a9c9961ee536d825e6531bf66055351bc Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:47:52 +0530 Subject: [PATCH] chore: adjust formatting --- docs/en/reference/runtime-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 /**