We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4885573 commit b06b234Copy full SHA for b06b234
doc/api/child_process.md
@@ -269,7 +269,7 @@ allows messages to be passed back and forth between the parent and child. See
269
270
It is important to keep in mind that spawned Node.js child processes are
271
independent of the parent with exception of the IPC communication channel
272
-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
273
their own V8 instances. Because of the additional resource allocations
274
required, spawning a large number of child Node.js processes is not
275
recommended.
0 commit comments