From e7eb67bcb127dd0892ea2a57008f44240fc52163 Mon Sep 17 00:00:00 2001 From: rowa-audil Date: Wed, 6 May 2020 12:05:56 +0200 Subject: [PATCH] docs(context-dialog): Fixes openChanged typo to openChange. --- libs/barista-components/context-dialog/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/barista-components/context-dialog/README.md b/libs/barista-components/context-dialog/README.md index 80e73ac413..dbb0ad1611 100644 --- a/libs/barista-components/context-dialog/README.md +++ b/libs/barista-components/context-dialog/README.md @@ -38,9 +38,9 @@ To make our components accessible it is obligatory to provide either an ## Outputs -| Name | Type | Description | -| --------------- | ----------------------- | ------------------------------------------------------ | -| `openedChanged` | `EventEmitter` | Event emitted when the context dialog opens or closes. | +| Name | Type | Description | +| -------------- | ----------------------- | ------------------------------------------------------ | +| `openedChange` | `EventEmitter` | Event emitted when the context dialog opens or closes. | ## Methods