Skip to content

Commit

Permalink
edit: add ActionError link, remove guard
Browse files Browse the repository at this point in the history
Co-authored-by: Armand Philippot <git@armand.philippot.eu>
  • Loading branch information
bholmesdev and ArmandPhilippot authored Aug 27, 2024
1 parent 491eda7 commit 3eeeeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/reference/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2210,7 +2210,7 @@ Extension functions including `.refine()`, `.transform()`, and `.pipe()` are als

<p>

**Type:** `<T>(error?: unknown | ActionError<T>) => error is ActionInputError<T>`<br/>
**Type:** <code>(error?: unknown | <a href="#actionerror">ActionError</a>) => boolean</code><br/>
<Since v="4.15.0" />
</p>

Expand Down

0 comments on commit 3eeeeef

Please sign in to comment.