Skip to content

Commit 4020349

Browse files
github-actions[bot]svelte-docs-bot[bot]Rich-Harris
authored
Sync kit docs (#1266)
sync kit docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com> Co-authored-by: Rich Harris <[email protected]>
1 parent 42b1a5e commit 4020349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Available since 2.20.0
1818

1919
</blockquote>
2020

21-
Returns the current `RequestEvent`. Can be used inside `handle`, `load` and actions (and functions called by them).
21+
Returns the current `RequestEvent`. Can be used inside server hooks, server `load` functions, actions, and endpoints (and functions called by them).
2222

2323
In environments without [`AsyncLocalStorage`](https://nodejs.org/api/async_context.html#class-asynclocalstorage), this must be called synchronously (i.e. not after an `await`).
2424

0 commit comments

Comments
 (0)