Skip to content

Commit

Permalink
docs(browsers.md): updates and nits
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman authored Apr 22, 2020
1 parent 1865058 commit fa18c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/browsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fa18c41

Please sign in to comment.