Skip to content

Commit

Permalink
[docs] Error pages - Load jsdoc type fix (#4649)
Browse files Browse the repository at this point in the history
ErrorLoad merged into Load.
#4515
  • Loading branch information
gyurielf authored Apr 18, 2022
1 parent 2bb2ab0 commit 2f1d60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/03-layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ If an error component has a [`load`](/docs/loading) function, it will be called

```html
<script context="module">
/** @type {import('@sveltejs/kit').ErrorLoad} */
/** @type {import('@sveltejs/kit').Load} */
export function load({ error, status }) {
return {
props: {
Expand Down

0 comments on commit 2f1d60f

Please sign in to comment.