Skip to content

Commit

Permalink
doc: fix link in cluster documentation
Browse files Browse the repository at this point in the history
PR-URL: #5068
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Brian White <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
TimothyGu authored and Myles Borins committed Feb 18, 2016
1 parent bf0e239 commit abfb2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ server in a worker.

<!--type=misc-->

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.

Expand Down

0 comments on commit abfb2f5

Please sign in to comment.