docs: fix typo for PUPPETEER_DOWNLOAD_PATH in README (#7715)

This commit is contained in:
Julien Déramond 2021-10-25 11:31:27 +02:00 committed by GitHub
parent a5e9b5c512
commit 7207746b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -440,7 +440,7 @@ We have a [troubleshooting](https://github.com/puppeteer/puppeteer/blob/main/doc
#### Q: Chromium gets downloaded on every `npm ci` run. How can I cache the download?
The default download path is `node_modules/puppeteer/.local-chromium`. However, you can change that path with the `PUPPETTER_DOWNLOAD_PATH` environment variable.
The default download path is `node_modules/puppeteer/.local-chromium`. However, you can change that path with the `PUPPETEER_DOWNLOAD_PATH` environment variable.
Puppeteer uses that variable to resolve the Chromium executable location during launch, so you dont need to specify `PUPPETEER_EXECUTABLE_PATH` as well.