File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ SCRAM-SHA-256 (RFC 7677)
32
32
SCRAM-SHA-256 is the default authentication mechanism supported by a cluster
33
33
configured for authentication with MongoDB 4.0 or later. Authentication
34
34
requires a username, a password, and a database name. The default database
35
- name is "admin", this can be overidden with the ``authSource `` option.
35
+ name is "admin", this can be overridden with the ``authSource `` option.
36
36
Credentials can be specified as arguments to
37
37
:class: `~pymongo.mongo_client.MongoClient `::
38
38
@@ -55,7 +55,7 @@ SCRAM-SHA-1 (RFC 5802)
55
55
SCRAM-SHA-1 is the default authentication mechanism supported by a cluster
56
56
configured for authentication with MongoDB 3.0 or later. Authentication
57
57
requires a username, a password, and a database name. The default database
58
- name is "admin", this can be overidden with the ``authSource `` option.
58
+ name is "admin", this can be overridden with the ``authSource `` option.
59
59
Credentials can be specified as arguments to
60
60
:class: `~pymongo.mongo_client.MongoClient `::
61
61
You can’t perform that action at this time.
0 commit comments