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