Skip to content

Commit a71abdf

Browse files
Rich-Harrismrkishi
andauthored
Update packages/kit/types/index.d.ts
Co-authored-by: Maurício Kishi <[email protected]>
1 parent aaa6b1b commit a71abdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export interface HandleError {
172172
}
173173

174174
/**
175-
* The `(input: LoadEvent) => LoadOutput` `load` function exported from `<script context="module">` in a page or layout.
175+
* The `(event: LoadEvent) => LoadOutput` `load` function exported from `<script context="module">` in a page or layout.
176176
*
177177
* Note that you can use [generated types](/docs/types#generated-types) instead of manually specifying the Params generic argument.
178178
*/

0 commit comments

Comments
 (0)