docs: fix Dialog class reference (#5788)

This commit is contained in:
Yury Semikhatsky 2021-03-11 08:42:31 -08:00 committed by GitHub
parent 720dea4069
commit 6a8c8d9c87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ page.click("button")
As a result, following snippet will never resolve:
:::warn
:::warning
WRONG!
:::
@ -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`]