clean up language in installation.md (#7184)

This commit is contained in:
Chris Bolin 2021-06-16 19:39:15 -06:00 committed by GitHub
parent 5002420a6f
commit 2e251d9d5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ title: "Installation"
## Managing browser binaries
Each version of Playwright needs specific versions of browser binaries to operate. By default Playwright downloads Chromium, WebKit and Firefox browsers into the OS-specific cache folders:
Each version of Playwright needs specific versions of browser binaries to operate. By default, Playwright downloads Chromium, WebKit and Firefox browsers into the OS-specific cache folders:
- `%USERPROFILE%\AppData\Local\ms-playwright` on Windows
- `~/Library/Caches/ms-playwright` on MacOS
@ -22,7 +22,7 @@ pip install playwright
playwright install
```
These browsers will take few hundreds of megabytes of the disk space when installed:
These browsers will take a few hundred megabytes of disk space when installed:
```bash
du -hs ./Library/Caches/ms-playwright/*