Skip to content

Commit 795c85b

Browse files
evanlucasFishrock123
authored andcommitted
doc: fix typo in child_process documentation
TSCP should be TCP PR-URL: #5474 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 0a56e96 commit 795c85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/child_process.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ used to implement flow control.
817817
#### Example: sending a server object
818818

819819
The `sendHandle` argument can be used, for instance, to pass the handle of
820-
a TSCP server object to the child process as illustrated in the example below:
820+
a TCP server object to the child process as illustrated in the example below:
821821

822822
```js
823823
const child = require('child_process').fork('child.js');

0 commit comments

Comments
 (0)