We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7857e commit ef1f86aCopy full SHA for ef1f86a
README.md
@@ -63,7 +63,7 @@ with sync_playwright() as p:
63
64
#### Async API
65
66
-If you app is based on the modern asyncio loop and you are used to async/await constructs,
+If your app is based on the modern asyncio loop and you are used to async/await constructs,
67
Playwright exposes Async API for you. You should use this API inside a Python REPL supporting `asyncio` like with `python -m asyncio`
68
69
```console
0 commit comments