Skip to content

Commit

Permalink
doc: fix typo in child_process documentation
Browse files Browse the repository at this point in the history
TSCP should be TCP

PR-URL: #5474
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
evanlucas authored and Fishrock123 committed Mar 2, 2016
1 parent 0a56e96 commit 795c85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/child_process.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 795c85b

Please sign in to comment.