mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
Fix typo in manual.md (#2066)
This commit is contained in:
parent
780e72ab6a
commit
3324afbd40
@ -384,7 +384,7 @@ hello
|
||||
```
|
||||
|
||||
By default when you use `Deno.run()` subprocess inherits `stdin`, `stdout` and
|
||||
`stdout` of parent process. If you want to communicate with started subprocess
|
||||
`stderr` of parent process. If you want to communicate with started subprocess
|
||||
you can use `"piped"` option.
|
||||
|
||||
```ts
|
||||
|
Loading…
Reference in New Issue
Block a user