diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown index 5b87a34d88a7e3..73102fc01a4ae6 100644 --- a/doc/api/child_process.markdown +++ b/doc/api/child_process.markdown @@ -817,7 +817,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');