From 2e251d9d5d26486de00bc26174be38ad43ab4641 Mon Sep 17 00:00:00 2001 From: Chris Bolin Date: Wed, 16 Jun 2021 19:39:15 -0600 Subject: [PATCH] clean up language in installation.md (#7184) --- 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 a6c801322e..6d6b5854cc 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -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/*