Skip to content

Commit 2e36161

Browse files
timgates42ShaneHarvey
authored andcommitted
Fix simple typo: overidden -> overridden (#432)
1 parent 1d71968 commit 2e36161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/examples/authentication.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ SCRAM-SHA-256 (RFC 7677)
3232
SCRAM-SHA-256 is the default authentication mechanism supported by a cluster
3333
configured for authentication with MongoDB 4.0 or later. Authentication
3434
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.
3636
Credentials can be specified as arguments to
3737
:class:`~pymongo.mongo_client.MongoClient`::
3838

@@ -55,7 +55,7 @@ SCRAM-SHA-1 (RFC 5802)
5555
SCRAM-SHA-1 is the default authentication mechanism supported by a cluster
5656
configured for authentication with MongoDB 3.0 or later. Authentication
5757
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.
5959
Credentials can be specified as arguments to
6060
:class:`~pymongo.mongo_client.MongoClient`::
6161

0 commit comments

Comments
 (0)