Skip to content

Commit

Permalink
docs(verification.md): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Apr 22, 2020
1 parent 2926d33 commit f8f3b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/verification.md
Expand Up @@ -111,7 +111,7 @@ page.on('console', msg => {
});
```

#### `"dialog"` - handle assert, confirm, prompt
#### `"dialog"` - handle alert, confirm, prompt

```js
page.on('dialog', dialog => {
Expand Down

0 comments on commit f8f3b88

Please sign in to comment.