Skip to content

Commit b06b234

Browse files
drifkinMylesBorins
authored andcommitted
doc: it’s -> its in api/child_process.md
PR-URL: #10090 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 4885573 commit b06b234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/child_process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ allows messages to be passed back and forth between the parent and child. See
269269

270270
It is important to keep in mind that spawned Node.js child processes are
271271
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
272+
that is established between the two. Each process has its own memory, with
273273
their own V8 instances. Because of the additional resource allocations
274274
required, spawning a large number of child Node.js processes is not
275275
recommended.

0 commit comments

Comments
 (0)