Skip to content

Commit d110745

Browse files
lint
1 parent 4462785 commit d110745

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +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.
86-
In the case of an SRV record, however, an error should NOT be thrown before DNS resolution is attempted.
85+
name, and a TLD. In the case of an SRV record, however, an error should NOT be thrown before DNS resolution is attempted.
8786

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

0 commit comments

Comments
 (0)