Skip to content

Commit 3c79bbd

Browse files
committed
doc: fix typo in child_process documentation
TSCP should be TCP PR-URL: #5474 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 8d8fef0 commit 3c79bbd

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
@@ -826,7 +826,7 @@ used to implement flow control.
826826
#### Example: sending a server object
827827

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

831831
```js
832832
const child = require('child_process').fork('child.js');

0 commit comments

Comments
 (0)