mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 20:25:12 -05:00
docs: add missing backtick in subprocess docs (#8204)
This commit is contained in:
parent
9397cf508e
commit
3558769d46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue