Skip to content

Commit 71ad948

Browse files
committed
doc: fix typo in dns.lookup options description
1 parent 05d002f commit 71ad948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/dns.md

Lines changed: 1 addition & 1 deletion
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.

0 commit comments

Comments
 (0)