Skip to content

Commit c948d90

Browse files
drifkinaddaleax
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 f6c1f24 commit c948d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/child_process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ allows messages to be passed back and forth between the parent and child. See
278278

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

0 commit comments

Comments
 (0)