diff --git a/_source/reference/events.md b/_source/reference/events.md index c66bf58..23bc750 100644 --- a/_source/reference/events.md +++ b/_source/reference/events.md @@ -155,12 +155,12 @@ Fires during a form submission. Access the [FormSubmission][] object with `event Fires after the form submission-initiated network request completes. Access the [FormSubmission][] object with `event.detail.formSubmission` along with the properties included within `event.detail`. -| `event.detail` property | Type | Description -|---------------------------|-------------------------------|------------ -| `formSubmission` | [FormSubmission][] | the `