We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa6b1b commit a71abdfCopy full SHA for a71abdf
packages/kit/types/index.d.ts
@@ -172,7 +172,7 @@ export interface HandleError {
172
}
173
174
/**
175
- * The `(input: LoadEvent) => LoadOutput` `load` function exported from `<script context="module">` in a page or layout.
+ * The `(event: LoadEvent) => LoadOutput` `load` function exported from `<script context="module">` in a page or layout.
176
*
177
* Note that you can use [generated types](/docs/types#generated-types) instead of manually specifying the Params generic argument.
178
*/
0 commit comments