From 2166b98efc2a6d5fcae081b096379557b8785ad2 Mon Sep 17 00:00:00 2001 From: Anish Karandikar Date: Tue, 29 Jun 2021 13:00:20 -0700 Subject: [PATCH] docs(installation): Minor grammar edit (#7383) --- docs/src/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/installation.md b/docs/src/installation.md index 6d6b5854cc..7219f23061 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -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.