Skip to content

Commit d871ae2

Browse files
evanlucasMyles Borins
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 97a18bd commit d871ae2

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

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

813813
```js
814814
const child = require('child_process').fork('child.js');

0 commit comments

Comments
 (0)