Skip to content

Commit

Permalink
docs(troubleshooting): add missing double quotes (#4548)
Browse files Browse the repository at this point in the history
  • Loading branch information
alea12 authored and aslushnikov committed Jun 9, 2019
1 parent 90df69c commit aca99cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Expand Up @@ -271,7 +271,7 @@ Build the container:
docker build -t puppeteer-chrome-linux .
```

Run the container by passing `node -e "<yourscript.js content as a string>` as the command:
Run the container by passing `node -e "<yourscript.js content as a string>"` as the command:

```bash
docker run -i --init --rm --cap-add=SYS_ADMIN \
Expand Down

0 comments on commit aca99cd

Please sign in to comment.