Skip to content

Commit 1749cea

Browse files
relint all files
1 parent a0645b8 commit 1749cea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/auth/auth.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ When connected to MongoDB 3.2 or earlier:
375375

376376
- source
377377

378-
MUST be "$external". Defaults to `$external`.
378+
MUST be "$external". Defaults to `$external\`.
379379
380380
- password
381381
@@ -445,7 +445,7 @@ proprietary implementation called SSPI which is compatible with both Windows and
445445
446446
- source
447447
448-
MUST be "$external". Defaults to `$external`.
448+
MUST be "$external". Defaults to `$external\`.
449449
450450
- password
451451
@@ -943,7 +943,7 @@ Examples are provided below.
943943
944944
- source
945945
946-
MUST be "$external". Defaults to `$external`.
946+
MUST be "$external". Defaults to `$external\`.
947947
948948
- password
949949
@@ -1252,7 +1252,7 @@ in the MONGODB-OIDC specification, including sections or blocks that specificall
12521252
12531253
- source
12541254
1255-
MUST be "$external". Defaults to `$external`.
1255+
MUST be "$external". Defaults to `$external\`.
12561256
12571257
- password
12581258

source/logging/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Drivers MUST support configuring where log messages should be output, including
9595
> - If the value is "stdout" (case-insensitive), log to stdout.
9696
> - If the value is "stderr" (case-insensitive), log to stderr.
9797
> - Else, if direct logging to files is supported, log to a file at the specified path. If the file already exists, it
98-
> MUST be appended to.
98+
> MUST be appended to.
9999
>
100100
> If the variable is not provided or is set to an invalid value (which could be invalid for any reason, e.g. the path
101101
> does not exist or is not writeable), the driver MUST log to stderr and the driver MAY attempt to warn the user about

0 commit comments

Comments
 (0)