Skip to content

Commit 61cf580

Browse files
committed
Update cancelable events
1 parent 7f8c0be commit 61cf580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Pages/events.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ export default function () {
281281
/>
282282
<H2>Cancelling events</H2>
283283
<P>
284-
Some events, such as <Code>before</Code>, <Code>invalid</Code>, and <Code>error</Code>, support cancellation,
284+
Some events, such as <Code>before</Code>, <Code>exception</Code>, and <Code>invalid</Code>, support cancellation,
285285
allowing you to prevent Inertia's default behavior. Just like native events, the event will be cancelled if only
286286
one event listener calls <Code>event.preventDefault()</Code>.
287287
</P>

0 commit comments

Comments
 (0)