docs(events.md): Improve grammar
Signed-off-by: damar Zaky <damzaky@gmail.com>
This commit is contained in:
parent
7d1c85f247
commit
4fd2e49a44
|
|
@ -5,7 +5,7 @@ title: "Events"
|
|||
|
||||
## Introduction
|
||||
|
||||
Playwright allows listening to various types of events happening on the web page, such as network requests, creation of child pages, dedicated workers etc. There are several ways to subscribe to such events such as waiting for events or adding or removing event listeners.
|
||||
Playwright allows listening to various types of events happening on the web page, such as network requests, creation of child pages, dedicated workers etc. There are several ways to subscribe to such events, such as waiting for events or adding or removing event listeners.
|
||||
|
||||
## Waiting for event
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue