summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2019-02-12 14:00:51 +0100
committerRich Trott <rtrott@gmail.com>2019-02-12 06:38:46 -0800
commit771b2901daae2e4389d157c18bb0f6674a0a19a4 (patch)
tree998718a623c6ddb76b1299813a7bcc73d74b82d9 /doc
parent43dd49c9782848c25e5b03448c8a0f923f13c158 (diff)
downloadandroid-node-v8-771b2901daae2e4389d157c18bb0f6674a0a19a4.tar.gz
android-node-v8-771b2901daae2e4389d157c18bb0f6674a0a19a4.tar.bz2
android-node-v8-771b2901daae2e4389d157c18bb0f6674a0a19a4.zip
doc: fix minor typo in dgram.md
PR-URL: https://github.com/nodejs/node/pull/26055 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/dgram.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/dgram.md b/doc/api/dgram.md
index 01ec28e63c..bb492b56c2 100644
--- a/doc/api/dgram.md
+++ b/doc/api/dgram.md
@@ -206,7 +206,7 @@ Note that specifying both a `'listening'` event listener and passing a
useful.
The `options` object may contain an additional `exclusive` property that is
-use when using `dgram.Socket` objects with the [`cluster`] module. When
+used when using `dgram.Socket` objects with the [`cluster`] module. When
`exclusive` is set to `false` (the default), cluster workers will use the same
underlying socket handle allowing connection handling duties to be shared.
When `exclusive` is `true`, however, the handle is not shared and attempted