diff --git a/docs/sdk/events.md b/docs/sdk/events.md index 4422239..2b1a3be 100644 --- a/docs/sdk/events.md +++ b/docs/sdk/events.md @@ -91,7 +91,7 @@ Called when the completed response has expired. This will only happen if the use Called when the widget switches to a different state. See also the [**widget lifecycle documentation**](./lifecycle). -#### **`event.details`** +#### **`event.detail`** ```typescript { name: "frc:widget.statechange", @@ -106,4 +106,4 @@ See also the [**widget lifecycle documentation**](./lifecycle). ``` ### WidgetError -For the exact specification of the `error` fields in the event payload, see the [reference here](./reference/sdk.widgeterrordata). \ No newline at end of file +For the exact specification of the `error` fields in the event payload, see the [reference here](./reference/sdk.widgeterrordata).