Skip to content

Commit 3d60732

Browse files
authored
Merge pull request #258 from skryukov/update-docs-21
Update docs for v2.1.2
2 parents 02acd51 + 225b05a commit 3d60732

File tree

5 files changed

+1356
-152
lines changed

5 files changed

+1356
-152
lines changed

docs/guide/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ document.removeEventListener('inertia:start', startEventListener)
228228

229229
## Cancelling events
230230

231-
Some events, such as `before`, `invalid`, and `error`, support cancellation, allowing you to prevent Inertia's default behavior. Just like native events, the event will be cancelled if only one event listener calls `event.preventDefault()`.
231+
Some events, such as `before`, `exception`, and `invalid`, support cancellation, allowing you to prevent Inertia's default behavior. Just like native events, the event will be cancelled if only one event listener calls `event.preventDefault()`.
232232

233233
:::tabs key:frameworks
234234
== Vue

0 commit comments

Comments
 (0)