From 0f7c8ebeea26f68cae8abff254248e893dab9f8f Mon Sep 17 00:00:00 2001 From: Evan Lucas Date: Sat, 7 Mar 2015 12:37:20 -0600 Subject: [PATCH] doc: replace article "an" with "a" in net docs PR-URL: https://github.com/iojs/io.js/pull/1093 Reviewed-By: Colin Ihrig --- doc/api/net.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/net.markdown b/doc/api/net.markdown index d824192..e3ce8fb 100644 --- a/doc/api/net.markdown +++ b/doc/api/net.markdown @@ -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 -- 2.7.4