Skip to content

Commit c8f62af

Browse files
Sync kit docs (#921)
sync kit docs Co-authored-by: Rich-Harris <[email protected]>
1 parent f02876b commit c8f62af

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/svelte.dev/content/docs/kit/98-reference/[email protected]

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ Checks whether this is an action failure thrown by `fail`.
132132
<div class="ts-block">
133133

134134
```dts
135-
function isActionFailure(
136-
e: unknown
137-
): e is ActionFailure<undefined>;
135+
function isActionFailure(e: unknown): e is ActionFailure;
138136
```
139137

140138
</div>

0 commit comments

Comments
 (0)