diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index e478959bd24..197194a11bb 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -361,7 +361,7 @@ RUN apt-get update \ # Uncomment to skip the chromium download when installing puppeteer. If you do, # you'll need to launch puppeteer with: # browser.launch({executablePath: 'google-chrome-stable'}) -# ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true +# ENV PUPPETEER_SKIP_DOWNLOAD true # Install puppeteer so it's available in the container. RUN npm init -y && \