docs(network): fix typo quests -> requests (#11651)

Fixes #11650
This commit is contained in:
Max Schmitt 2022-01-26 18:54:01 +01:00 committed by GitHub
parent 9b3589f261
commit 5a061c528c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -403,7 +403,7 @@ page.route(
page.goto("https://example.com")
```
You can mock API endpoints via handling the network quests in your Playwright script.
You can mock API endpoints via handling the network requests in your Playwright script.
#### Variations