Skip to content

Commit

Permalink
Fix typo on the Events page
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof authored Nov 5, 2024
1 parent 4e03031 commit 199fc59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sdk/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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).
For the exact specification of the `error` fields in the event payload, see the [reference here](./reference/sdk.widgeterrordata).

0 comments on commit 199fc59

Please sign in to comment.