Skip to content

Commit

Permalink
doc: replace article "an" with "a" in net docs
Browse files Browse the repository at this point in the history
PR-URL: #1093
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
evanlucas authored and Evan Lucas committed Mar 7, 2015
1 parent 3b57819 commit 0f7c8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/net.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Start a local socket server listening for connections on the given `path`.

This function is asynchronous. When the server has been bound,
['listening'][] event will be emitted. The last parameter `callback`
will be added as an listener for the ['listening'][] event.
will be added as a listener for the ['listening'][] event.

On UNIX, the local domain is usually known as the UNIX domain. The path is a
filesystem path name. It is subject to the same naming conventions and
Expand Down

0 comments on commit 0f7c8eb

Please sign in to comment.