From 0f17f1ad60db6bf46e27417c564b741a0317713f Mon Sep 17 00:00:00 2001 From: "svelte-docs-bot[bot]" <196124396+svelte-docs-bot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 20:15:50 +0000 Subject: [PATCH] sync kit docs --- .../content/docs/kit/98-reference/10-@sveltejs-kit.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/svelte.dev/content/docs/kit/98-reference/10-@sveltejs-kit.md b/apps/svelte.dev/content/docs/kit/98-reference/10-@sveltejs-kit.md index f49f4fe491..08fb368a2f 100644 --- a/apps/svelte.dev/content/docs/kit/98-reference/10-@sveltejs-kit.md +++ b/apps/svelte.dev/content/docs/kit/98-reference/10-@sveltejs-kit.md @@ -489,7 +489,7 @@ type: Exclude; The type of navigation: - `enter`: The app has hydrated/started -- `form`: The user submitted a `
` +- `form`: The user submitted a `` - `link`: Navigation was triggered by a link click - `goto`: Navigation was triggered by a `goto(...)` call or a redirect - `popstate`: Navigation was triggered by back/forward navigation @@ -1480,7 +1480,7 @@ type: Exclude;
The type of navigation: -- `form`: The user submitted a `` +- `form`: The user submitted a `` - `leave`: The app is being left either because the tab is being closed or a navigation to a different document is occurring - `link`: Navigation was triggered by a link click - `goto`: Navigation was triggered by a `goto(...)` call or a redirect @@ -1663,8 +1663,8 @@ The URL that is navigated to ## NavigationType - `enter`: The app has hydrated/started -- `form`: The user submitted a `` with a GET method -- `leave`: The user is leaving the app by closing the tab or using the back/forward buttons to go to a different document +- `form`: The user submitted a `` +- `leave`: The app is being left either because the tab is being closed or a navigation to a different document is occurring - `link`: Navigation was triggered by a link click - `goto`: Navigation was triggered by a `goto(...)` call or a redirect - `popstate`: Navigation was triggered by back/forward navigation @@ -1715,7 +1715,7 @@ type: Exclude;
The type of navigation: -- `form`: The user submitted a `` +- `form`: The user submitted a `` - `link`: Navigation was triggered by a link click - `goto`: Navigation was triggered by a `goto(...)` call or a redirect - `popstate`: Navigation was triggered by back/forward navigation