Skip to content

Commit 053645c

Browse files
lerouxbaddaleax
andauthored
Update packages/mongodb-cloud-info/src/index.ts
Co-authored-by: Anna Henningsen <[email protected]>
1 parent cc673f9 commit 053645c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-cloud-info/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async function hasAWSCname(host: string) {
4848
return addresses.some((address) => address.endsWith('.amazonaws.com'));
4949
} catch (err: unknown) {
5050
// 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.
51+
// going to assume that it is not on an AWS host.
5252
// (see https://nodejs.org/api/dns.html#error-codes)
5353
return false;
5454
}

0 commit comments

Comments
 (0)