8000
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 dd12661 commit f6ee099Copy full SHA for f6ee099
doc/api/child_process.markdown
@@ -32,7 +32,7 @@ mean that data sent to the child process may not be immediately consumed.*
32
The `child_process.spawn()` method spawns the child process asynchronously,
33
without blocking the Node.js event loop. The `child_process.spawnSync()`
34
function provides equivalent functionality in a synchronous manner that blocks
35
-the event loop until the spawned process either exits of is terminated.
+the event loop until the spawned process either exits or is terminated.
36
37
For convenience, the `child_process` module provides a handful of synchronous
38
and asynchronous alternatives to [`child_process.spawn()`][] and
0 commit comments