You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: child-processes/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ wc.on('close', (code) => {
112
112
113
113
# fork
114
114
115
-
`fork` is a special version of `spawn' that allows messages to be sent between the Node processes.
115
+
`fork` is a special version of `spawn` that allows messages to be sent between the Node processes.
116
116
117
117
Unfortunately, we are unable to run this example in the REPL because it requires separate files. So this example is best run locally on your favourite terminal.
0 commit comments