fix(docs): fix typo in network (#13613)

This commit is contained in:
Meir Blachman 2022-04-18 22:29:16 +03:00 committed by GitHub
parent 4f0103fef0
commit 48a8b3fddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -584,7 +584,7 @@ else
* langs: js
To modify a response use [APIRequestContext] to get original response and then pass the response to [`method: Route.fulfill`].
You can override individual fields on the reponse via options:
You can override individual fields on the response via options:
```js
await page.route('**/title.html', async route => {