summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-08-19 17:55:58 -0700
committerisaacs <i@izs.me>2013-08-19 17:55:58 -0700
commit26a8c0c6b8f9ed51a574a0bbaebe95e8f36706d5 (patch)
treea819100150c5ae571947642f5fe6c2530702504c
parent9456cf8fe2b42ccfb2a9561cd50430e623bdc6d2 (diff)
downloadnode-26a8c0c6b8f9ed51a574a0bbaebe95e8f36706d5.tar.gz
doc: Minor typos in dgram doc
a/an usage. Thanks @KenanSulayman
-rw-r--r--doc/api/dgram.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/dgram.markdown b/doc/api/dgram.markdown
index 5f8a0a8cc..6e8f73fe4 100644
--- a/doc/api/dgram.markdown
+++ b/doc/api/dgram.markdown
@@ -132,8 +132,8 @@ informing the source that the data did not reach its intended recipient).
For UDP sockets, listen for datagrams on a named `port` and optional
`address`. If `address` is not specified, the OS will try to listen on
-all addresses. After binding is done, an "listening" event is emitted
-and the `callback`(if specified) is called. Specifying both an
+all addresses. After binding is done, a "listening" event is emitted
+and the `callback`(if specified) is called. Specifying both a
"listening" event listener and `callback` is not harmful but not very
useful.