diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown index 7d6d7c1b79a..248834a64c9 100644 --- a/doc/api/child_process.markdown +++ b/doc/api/child_process.markdown @@ -826,7 +826,7 @@ used to implement flow control. #### Example: sending a server object The `sendHandle` argument can be used, for instance, to pass the handle of -a TSCP server object to the child process as illustrated in the example below: +a TCP server object to the child process as illustrated in the example below: ```js const child = require('child_process').fork('child.js');