docs(installation): Minor grammar edit (#7383)

This commit is contained in:
Anish Karandikar 2021-06-29 13:00:20 -07:00 committed by GitHub
parent 368880962f
commit 2166b98efc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ playwright install
These browsers will take a few hundred megabytes of disk space when installed:
```bash
du -hs ./Library/Caches/ms-playwright/*
du -hs ~/Library/Caches/ms-playwright/*
281M chromium-XXXXXX
187M firefox-XXXX
180M webkit-XXXX
@ -145,7 +145,7 @@ Playwright keeps track of packages that need those browsers and will garbage col
Developers can opt-in in this mode via exporting `PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers` in their `.bashrc`.
:::
## Install behind the firewall or proxy
## Install behind a firewall or a proxy
By default, Playwright downloads browsers from Microsoft CDN.