◐ Shell
clean mode source ↗

doc: fix typo in dns.lookup options description · nodejs/node@1a60851

Original file line numberDiff line numberDiff line change

@@ -259,7 +259,7 @@ changes:

259259

flags may be passed by bitwise `OR`ing their values.

260260

* `all` {boolean} When `true`, the callback returns all resolved addresses in

261261

an array. Otherwise, returns a single address. **Default:** `false`.

262-

* `order` {string} When `verbatim`, the resolved addresses are return

262+

* `order` {string} When `verbatim`, the resolved addresses are returned

263263

unsorted. When `ipv4first`, the resolved addresses are sorted by placing

264264

IPv4 addresses before IPv6 addresses. When `ipv6first`, the resolved

265265

addresses are sorted by placing IPv6 addresses before IPv4 addresses.