Skip to content

Commit 771b290

Browse files
danbevTrott
authored andcommitted
doc: fix minor typo in dgram.md
PR-URL: nodejs#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>
1 parent 43dd49c commit 771b290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/dgram.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Note that specifying both a `'listening'` event listener and passing a
206206
useful.
207207

208208
The `options` object may contain an additional `exclusive` property that is
209-
use when using `dgram.Socket` objects with the [`cluster`] module. When
209+
used when using `dgram.Socket` objects with the [`cluster`] module. When
210210
`exclusive` is set to `false` (the default), cluster workers will use the same
211211
underlying socket handle allowing connection handling duties to be shared.
212212
When `exclusive` is `true`, however, the handle is not shared and attempted

0 commit comments

Comments
 (0)