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 <cjihrig@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
TimothyGu authored and jasnell committed Feb 4, 2016
1 parent 34f3967 commit ac0d92e
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 @@ -50,7 +50,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 ac0d92e

Please sign in to comment.