Fix typo in manual.md (#2066)

This commit is contained in:
Gxyz 2019-04-07 11:55:44 +08:00 committed by Ryan Dahl
parent 780e72ab6a
commit 3324afbd40

View File

@ -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