Skip to content

Commit

Permalink
doc: use serial comma in net docs
Browse files Browse the repository at this point in the history
Refs: #11321
Refs: #17384

PR-URL: #43335
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Reviewed-By: Darshan Sen <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
tniessen authored and danielleadams committed Jun 13, 2022
1 parent 7f45d69 commit 9335ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/net.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sockets on other operating systems.

### Identifying paths for IPC connections

[`net.connect()`][], [`net.createConnection()`][], [`server.listen()`][] and
[`net.connect()`][], [`net.createConnection()`][], [`server.listen()`][], and
[`socket.connect()`][] take a `path` parameter to identify IPC endpoints.

On Unix, the local domain is also known as the Unix domain. The path is a
Expand Down

0 comments on commit 9335ea6

Please sign in to comment.