We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5fbea commit e629afaCopy full SHA for e629afa
doc/api/dgram.md
@@ -206,7 +206,7 @@ Note that specifying both a `'listening'` event listener and passing a
206
useful.
207
208
The `options` object may contain an additional `exclusive` property that is
209
-use when using `dgram.Socket` objects with the [`cluster`] module. When
+used when using `dgram.Socket` objects with the [`cluster`] module. When
210
`exclusive` is set to `false` (the default), cluster workers will use the same
211
underlying socket handle allowing connection handling duties to be shared.
212
When `exclusive` is `true`, however, the handle is not shared and attempted
0 commit comments