Skip to content

Commit 0f7c8eb

Browse files
evanlucasEvan Lucas
authored and
Evan Lucas
committed
doc: replace article "an" with "a" in net docs
PR-URL: #1093 Reviewed-By: Colin Ihrig <[email protected]>
1 parent 3b57819 commit 0f7c8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/net.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Start a local socket server listening for connections on the given `path`.
159159

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

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

0 commit comments

Comments
 (0)