Skip to content

Commit cf74fb2

Browse files
tokiedokiejannes
authored andcommitted
docs: add missing backtick in subprocess docs (denoland#8204)
1 parent 8fe643e commit cf74fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/subprocess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[stdout](https://doc.deno.land/builtin/stable#Deno.stdout) and
1212
[stderr](https://doc.deno.land/builtin/stable#Deno.stderr) streams.
1313
- Use a specific shell by providing its path/name and its string input switch,
14-
e.g. `Deno.run({cmd: ["bash", "-c", '"ls -la"']});
14+
e.g. `Deno.run({cmd: ["bash", "-c", '"ls -la"']});`
1515

1616
## Simple example
1717

0 commit comments

Comments
 (0)