Skip to content

Commit 767c555

Browse files
committed
chore: update pnpm-lock after rebase
1 parent 7370c2b commit 767c555

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/kit/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ declare module '@sveltejs/kit' {
781781
}) => MaybePromise<Response>;
782782

783783
/**
784-
* The [`handleFetch`](https://svelte.dev/docs/kit/hooks#Shared-hooks-handleFetch) hook allows you to modify (or replace) a `fetch` request that happens on the client
784+
* The [`handleFetch`](https://svelte.dev/docs/kit/hooks#Shared-hooks-handleFetch) hook allows you to modify (or replace) a `fetch` request that happens inside a `load` function that runs on the client
785785
*/
786786
export type HandleClientFetch = (input: {
787787
request: Request;

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)