diff --git a/doc/api/child_process.md b/doc/api/child_process.md index 16bb7ce9459c92..e3d79c08299256 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -269,7 +269,7 @@ allows messages to be passed back and forth between the parent and child. See It is important to keep in mind that spawned Node.js child processes are independent of the parent with exception of the IPC communication channel -that is established between the two. Each process has it's own memory, with +that is established between the two. Each process has its own memory, with their own V8 instances. Because of the additional resource allocations required, spawning a large number of child Node.js processes is not recommended.