From 771b2901daae2e4389d157c18bb0f6674a0a19a4 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Tue, 12 Feb 2019 14:00:51 +0100 Subject: doc: fix minor typo in dgram.md PR-URL: https://github.com/nodejs/node/pull/26055 Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Vse Mozhet Byt Reviewed-By: Rich Trott --- doc/api/dgram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/dgram.md') 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 -- cgit v1.2.3