Skip to content

Commit 67e06f9

Browse files
fix capitalization
1 parent 53fc59d commit 67e06f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/initial-dns-seedlist-discovery/initial-dns-seedlist-discovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ It is an error to specify more than one host name in a connection string with th
8282
MUST raise a parse error and MUST NOT do DNS resolution or contact hosts.
8383

8484
A driver MUST verify that in addition to the `{hostname}`, the `{domainname}` consists of at least two parts: the domain
85-
name, and a TLD. In the case that an SRV or TXT record does not have three parts prior to DNS resolution, drivers must NOT throw an error.
85+
name, and a TLD. In the case that an SRV or TXT record does not have three parts prior to DNS resolution, drivers MUST NOT throw an error.
8686

8787
If `mongodb+srv` is used, a driver MUST implicitly also enable TLS. Clients can turn this off by passing `tls=false` in
8888
either the Connection String, or options passed in as parameters in code to the MongoClient constructor (or equivalent

0 commit comments

Comments
 (0)