Skip to content

Commit bfe611d

Browse files
committed
Formatting
1 parent b2a9b96 commit bfe611d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

child-processes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ wc.on('close', (code) => {
112112

113113
# fork
114114

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.
116116

117117
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.
118118

0 commit comments

Comments
 (0)