Skip to content

Commit

Permalink
docs: fix Dialog class reference (#5788)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s authored Mar 11, 2021
1 parent 720dea4 commit 6a8c8d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/dialogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ page.click("button")

As a result, following snippet will never resolve:

:::warn
:::warning
WRONG!
:::

Expand Down Expand Up @@ -67,7 +67,7 @@ If there is no listener for [`event: Page.dialog`], all dialogs are automaticall

### API reference

- [`Dialog`]
- [Dialog]
- [`method: Dialog.accept`]
- [`method: Dialog.dismiss`]

Expand Down

0 comments on commit 6a8c8d9

Please sign in to comment.