Skip to content

Commit ef1f86a

Browse files
authored
docs: fix typo in the README (microsoft#641)
1 parent ea7857e commit ef1f86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ with sync_playwright() as p:
6363

6464
#### Async API
6565

66-
If you app is based on the modern asyncio loop and you are used to async/await constructs,
66+
If your app is based on the modern asyncio loop and you are used to async/await constructs,
6767
Playwright exposes Async API for you. You should use this API inside a Python REPL supporting `asyncio` like with `python -m asyncio`
6868

6969
```console

0 commit comments

Comments
 (0)