mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
docs: fix spell mistake on api.md (#2408)
This commit is contained in:
parent
fdd48f8940
commit
59a0451b62
@ -1612,7 +1612,7 @@ await browser.close();
|
||||
|
||||
Page routes take precedence over browser context routes (set up with [browserContext.route(url, handler)](#browsercontextrouteurl-handler)) when request matches both handlers.
|
||||
|
||||
> **NOTE** Enabling rouing disables http cache.
|
||||
> **NOTE** Enabling routing disables http cache.
|
||||
|
||||
#### page.screenshot([options])
|
||||
- `options` <[Object]> Options object which might have the following properties:
|
||||
|
Loading…
Reference in New Issue
Block a user