File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -707,12 +707,12 @@ declare module '@sveltejs/kit' {
707707 } ) => MaybePromise < Response > ;
708708
709709 /**
710- * The [`init`](https://svelte.dev/docs/kit/hooks#Shared-hooks-init) will be invoked once as soon as the server is executed.
710+ * The [`init`](https://svelte.dev/docs/kit/hooks#Shared-hooks-init) will be invoked before the server responds to its first request
711711 */
712712 export type ServerInit = ( ) => MaybePromise < void > ;
713713
714714 /**
715- * The [`init`](https://svelte.dev/docs/kit/hooks#Shared-hooks-init) will be invoked once as the client side app is started.
715+ * The [`init`](https://svelte.dev/docs/kit/hooks#Shared-hooks-init) will be invoked once the app starts in the browser
716716 */
717717 export type ClientInit = ( ) => MaybePromise < void > ;
718718
You can’t perform that action at this time.
0 commit comments