diff options
Diffstat (limited to 'doc/api/child_processes.markdown')
-rw-r--r-- | doc/api/child_processes.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/child_processes.markdown b/doc/api/child_processes.markdown index b6905b558d..a7c174c67e 100644 --- a/doc/api/child_processes.markdown +++ b/doc/api/child_processes.markdown @@ -198,7 +198,7 @@ subshell but rather the specified file directly. This makes it slightly leaner than `child_process.exec`. It has the same options. -### child_process.fork(modulePath, arguments, options) +### child_process.fork(modulePath, [arguments], [options]) This is a special case of the `spawn()` functionality for spawning Node processes. In addition to having all the methods in a normal ChildProcess |