We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c1f24 commit c948d90Copy full SHA for c948d90
doc/api/child_process.md
@@ -278,7 +278,7 @@ allows messages to be passed back and forth between the parent and child. See
278
279
It is important to keep in mind that spawned Node.js child processes are
280
independent of the parent with exception of the IPC communication channel
281
-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
282
their own V8 instances. Because of the additional resource allocations
283
required, spawning a large number of child Node.js processes is not
284
recommended.
0 commit comments