docs(verification.md): fix typo

This commit is contained in:
Andrey Lushnikov 2020-04-22 00:32:46 -07:00 committed by GitHub
parent 2926d33a47
commit f8f3b8862c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ page.on('console', msg => {
});
```
#### `"dialog"` - handle assert, confirm, prompt
#### `"dialog"` - handle alert, confirm, prompt
```js
page.on('dialog', dialog => {