summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkoichik <koichik@improvement.jp>2011-11-05 12:35:38 +0900
committerkoichik <koichik@improvement.jp>2011-11-05 12:35:38 +0900
commit96fe50400dcef5fd696cbd88ebcd51a7d5674baf (patch)
tree301408f746253e4b4a1f2ccd42bc82a21ab53725 /doc
parent10edbbb927e6a573f9b21b15fcc10cefae01fdd7 (diff)
downloadnode-new-96fe50400dcef5fd696cbd88ebcd51a7d5674baf.tar.gz
docs: fix typo
Diffstat (limited to 'doc')
-rw-r--r--doc/api/child_processes.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/child_processes.markdown b/doc/api/child_processes.markdown
index 7c62b47ad3..e12122fc27 100644
--- a/doc/api/child_processes.markdown
+++ b/doc/api/child_processes.markdown
@@ -141,8 +141,8 @@ spawning the process with an empty environment rather than using
API.
There is a deprecated option called `customFds` which allows one to specify
-specific file descriptors for the stdio of the child process. This API is
-was not portable to all platforms and therefore removed.
+specific file descriptors for the stdio of the child process. This API was
+not portable to all platforms and therefore removed.
With `customFds` it was possible to hook up the new process' [stdin, stdout,
stderr] to existing streams; `-1` meant that a new stream should be created.
Use at your own risk.