Skip to content

Commit

Permalink
fix: lint pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanchiu409 committed Jan 29, 2024
1 parent 6eeae0f commit 39726ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -955,8 +955,8 @@ added: v10.6.0
* `options` {integer | Object}
* `family` {integer} The record family. Must be `4`, `6`, or `0`. The value
`0` indicates that either an IPv4 or IPv6 address is returned. If the
value `0` is used with `{ all: true }` (see below), both IPv4 and IPv6 addresses
are returned. **Default:** `0`.
value `0` is used with `{ all: true }` (see below), both IPv4 and IPv6
addresses are returned. **Default:** `0`.
* `hints` {number} One or more [supported `getaddrinfo` flags][]. Multiple
flags may be passed by bitwise `OR`ing their values.
* `all` {boolean} When `true`, the `Promise` is resolved with all addresses in
Expand Down

0 comments on commit 39726ed

Please sign in to comment.