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 Myles Borins committed Mar 21, 2016
1 parent 97a18bd commit d871ae2
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 @@ -808,7 +808,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 d871ae2

Please sign in to comment.