Skip to content

Commit

Permalink
Update promises.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
codershiba committed May 7, 2024
1 parent 3f88081 commit d58e789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/node/dns/promises.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ declare module "dns/promises" {
* progress.
*
* This method works much like [resolve.conf](https://man7.org/linux/man-pages/man5/resolv.conf.5.html).
* That is, if attempting to resolve with the first server provided results in a`NOTFOUND` error, the `resolve()` method will _not_ attempt to resolve with
* That is, if attempting to resolve with the first server provided results in a `NOTFOUND` error, the `resolve()` method will _not_ attempt to resolve with
* subsequent servers provided. Fallback DNS servers will only be used if the
* earlier ones time out or result in some other error.
* @since v10.6.0
Expand Down

0 comments on commit d58e789

Please sign in to comment.