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 cc673f9 commit 053645cCopy full SHA for 053645c
packages/mongodb-cloud-info/src/index.ts
@@ -48,7 +48,7 @@ async function hasAWSCname(host: string) {
48
return addresses.some((address) => address.endsWith('.amazonaws.com'));
49
} catch (err: unknown) {
50
// This can be any of a long list of codes, but in all cases we're just
51
- // going to assume that it is not one an AWS host.
+ // going to assume that it is not on an AWS host.
52
// (see https://nodejs.org/api/dns.html#error-codes)
53
return false;
54
}
0 commit comments