Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2019-02-12 16:00:51 +0300
committerRich Trott <rtrott@gmail.com>2019-02-12 17:38:46 +0300
commit771b2901daae2e4389d157c18bb0f6674a0a19a4 (patch)
tree998718a623c6ddb76b1299813a7bcc73d74b82d9 /doc/api/dgram.md
parent43dd49c9782848c25e5b03448c8a0f923f13c158 (diff)
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/api/dgram.md')
-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 01ec28e63ca..bb492b56c27 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