Skip to content

Commit ee1cb3a

Browse files
Sync kit docs (#1467)
sync kit docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent f9b6237 commit ee1cb3a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

apps/svelte.dev/content/docs/kit/60-appendix/20-integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You will also need to use a preprocessor if you're using TypeScript with Svelte
2020

2121
## Adders
2222

23-
Run `npx sv add` to setup many different complex integrations with a single command including:
23+
Run [`npx sv add`](/docs/cli/sv-add) to setup many different complex integrations with a single command including:
2424
- prettier (formatting)
2525
- eslint (linting)
2626
- vitest (unit testing)

apps/svelte.dev/content/docs/kit/98-reference/20-$app-server.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,7 @@ In environments without [`AsyncLocalStorage`](https://nodejs.org/api/async_conte
105105
<div class="ts-block">
106106

107107
```dts
108-
function getRequestEvent(): RequestEvent<
109-
AppLayoutParams<'/'>,
110-
any
111-
>;
108+
function getRequestEvent(): RequestEvent;
112109
```
113110

114111
</div>

0 commit comments

Comments
 (0)