Skip to content

Commit

Permalink
docs: add missing backtick in subprocess docs (denoland#8204)
Browse files Browse the repository at this point in the history
  • Loading branch information
tokiedokie authored and jannes committed Dec 1, 2020
1 parent 8fe643e commit cf74fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/subprocess.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[stdout](https://doc.deno.land/builtin/stable#Deno.stdout) and
[stderr](https://doc.deno.land/builtin/stable#Deno.stderr) streams.
- Use a specific shell by providing its path/name and its string input switch,
e.g. `Deno.run({cmd: ["bash", "-c", '"ls -la"']});
e.g. `Deno.run({cmd: ["bash", "-c", '"ls -la"']});`

## Simple example

Expand Down

0 comments on commit cf74fb2

Please sign in to comment.