diff --git a/doc/api/cluster.markdown b/doc/api/cluster.markdown index b29c13694b00fd..12708cc081402a 100644 --- a/doc/api/cluster.markdown +++ b/doc/api/cluster.markdown @@ -46,7 +46,7 @@ server in a worker. -The worker processes are spawned using the [`child_process.fork`][] method, +The worker processes are spawned using the [`child_process.fork()`][] method, so that they can communicate with the parent via IPC and pass server handles back and forth.