diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown index 9ab3b2d368120b..b5febe4a7bffd3 100644 --- a/doc/api/child_process.markdown +++ b/doc/api/child_process.markdown @@ -808,7 +808,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');