Skip to content

Commit abfb2f5

Browse files
TimothyGuMyles Borins
authored andcommitted
doc: fix link in cluster documentation
PR-URL: #5068 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent bf0e239 commit abfb2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cluster.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ server in a worker.
4646

4747
<!--type=misc-->
4848

49-
The worker processes are spawned using the [`child_process.fork`][] method,
49+
The worker processes are spawned using the [`child_process.fork()`][] method,
5050
so that they can communicate with the parent via IPC and pass server
5151
handles back and forth.
5252

0 commit comments

Comments
 (0)