Skip to content

Commit

Permalink
docs(context-dialog): Fixes openChanged typo to openChange.
Browse files Browse the repository at this point in the history
  • Loading branch information
rowa-audil authored and tomheller committed May 6, 2020
1 parent fa98ac1 commit e7eb67b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/barista-components/context-dialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ To make our components accessible it is obligatory to provide either an

## Outputs

| Name | Type | Description |
| --------------- | ----------------------- | ------------------------------------------------------ |
| `openedChanged` | `EventEmitter<boolean>` | Event emitted when the context dialog opens or closes. |
| Name | Type | Description |
| -------------- | ----------------------- | ------------------------------------------------------ |
| `openedChange` | `EventEmitter<boolean>` | Event emitted when the context dialog opens or closes. |

## Methods

Expand Down

0 comments on commit e7eb67b

Please sign in to comment.