Skip to content

Commit

Permalink
Fix typo in manual.md (#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
gxyz authored and ry committed Apr 7, 2019
1 parent 780e72a commit 3324afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/manual.md
Expand Up @@ -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
Expand Down

0 comments on commit 3324afb

Please sign in to comment.