From 3324afbd404a4237f0339e50a345a5f20c4ea7dd Mon Sep 17 00:00:00 2001 From: Gxyz <18710890823@163.com> Date: Sun, 7 Apr 2019 11:55:44 +0800 Subject: Fix typo in manual.md (#2066) --- website/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website') diff --git a/website/manual.md b/website/manual.md index c9609741c..4a54ea8e2 100644 --- a/website/manual.md +++ b/website/manual.md @@ -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 -- cgit v1.2.3