Skip to content

Commit 2c66c9d

Browse files
authored
DOCS-14395 fix minor indentation typo
1 parent cf685be commit 2c66c9d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/reference/method/db.auth.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,11 @@ Starting in MongoDB 5.0, if your connection specifies the
223223
:option:`--apiStrict` option, you may not use the :method:`db.auth()`
224224
method to:
225225

226-
- Authenticate again as the same user on the same database.
227-
- Authenticate as a different user when previously authenticated
228-
on the same database.
229-
- Authenticate with a new database when previously authenticated on a
230-
different database.
226+
- Authenticate again as the same user on the same database.
227+
- Authenticate as a different user when previously authenticated
228+
on the same database.
229+
- Authenticate with a new database when previously authenticated on a
230+
different database.
231231

232232

233233
Authenticate when Connecting to the Shell

0 commit comments

Comments
 (0)