Skip to content

Commit 2f1d60f

Browse files
authored
[docs] Error pages - Load jsdoc type fix (#4649)
ErrorLoad merged into Load. #4515
1 parent 2bb2ab0 commit 2f1d60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/03-layouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ If an error component has a [`load`](/docs/loading) function, it will be called
145145

146146
```html
147147
<script context="module">
148-
/** @type {import('@sveltejs/kit').ErrorLoad} */
148+
/** @type {import('@sveltejs/kit').Load} */
149149
export function load({ error, status }) {
150150
return {
151151
props: {

0 commit comments

Comments
 (0)