Skip to content

Commit

Permalink
docs: update documented default value
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Apr 15, 2024
1 parent f5299cf commit 161a470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/verified-fetch/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ export interface CreateVerifiedFetchInit {
*
* We use cloudflare and google's dnsJsonOverHttps resolvers by default.
*
* @default [dnsJsonOverHttps('https://mozilla.cloudflare-dns.com/dns-query'),dnsJsonOverHttps('https://dns.google/resolve')]
* @default [dnsJsonOverHttps('https://cloudflare-dns.com/dns-query'),dnsJsonOverHttps('https://dns.google/resolve')]
*/
dnsResolvers?: DNSResolver[] | DNSResolvers
}
Expand Down

0 comments on commit 161a470

Please sign in to comment.