We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d002f commit 71ad948Copy full SHA for 71ad948
1 file changed
doc/api/dns.md
@@ -259,7 +259,7 @@ changes:
259
flags may be passed by bitwise `OR`ing their values.
260
* `all` {boolean} When `true`, the callback returns all resolved addresses in
261
an array. Otherwise, returns a single address. **Default:** `false`.
262
- * `order` {string} When `verbatim`, the resolved addresses are return
+ * `order` {string} When `verbatim`, the resolved addresses are returned
263
unsorted. When `ipv4first`, the resolved addresses are sorted by placing
264
IPv4 addresses before IPv6 addresses. When `ipv6first`, the resolved
265
addresses are sorted by placing IPv6 addresses before IPv4 addresses.
0 commit comments