From fa18c419af6d28e039120658670d649308bdce7b Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Tue, 21 Apr 2020 17:17:29 -0700 Subject: [PATCH] docs(browsers.md): updates and nits --- docs/browsers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/browsers.md b/docs/browsers.md index 95a8f25a57..8a39d181b5 100644 --- a/docs/browsers.md +++ b/docs/browsers.md @@ -33,7 +33,7 @@ $ PLAYWRIGHT_DOWNLOAD_HOST=192.168.1.78 npm i playwright ## Share browser binaries across projects -Often developers work with multiple NPM projects that all use Playwright. +Often times, developers work with multiple NPM projects that all use Playwright. By default, every project will have browser binaries in its own `node_modules/` folder. To save the disk space and to speedup installation, Playwright can re-use these binaries.