Skip to content

Commit dde1603

Browse files
TimothyGurvagg
authored andcommitted
doc: fix link in cluster documentation
PR-URL: #5068 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Brian White <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 7fa5959 commit dde1603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cluster.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ server in a worker.
5050

5151
<!--type=misc-->
5252

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

0 commit comments

Comments
 (0)