Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/reference/sql-comparison.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ statements.

.. include:: /includes/table/sql-to-mongo-update-examples.rst

For more informaton, see :method:`db.collection.update()`,
For more information, see :method:`db.collection.update()`,
:update:`$set`, :update:`$inc`, and :query:`$gt`.

Delete Records
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Incorporate Additional Authentication Mechanisms

Kerberos authentication (``GSSAPI``) can work alongside MongoDB's
challenge/response authentication mechanism (``MONGODB-CR``), MongoDB's
authentication mechanism for LDAP (``PLAIN``), and MongoDB'ss
authentication mechanism for LDAP (``PLAIN``), and MongoDB's
authentication mechanism for x.509 (``MONGODB-X509``). Specify the
mechanisms, as follows:

Expand Down