diff --git a/source/reference/sql-comparison.txt b/source/reference/sql-comparison.txt index 1095d52ccd7..1c333162776 100644 --- a/source/reference/sql-comparison.txt +++ b/source/reference/sql-comparison.txt @@ -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 diff --git a/source/tutorial/control-access-to-mongodb-windows-with-kerberos-authentication.txt b/source/tutorial/control-access-to-mongodb-windows-with-kerberos-authentication.txt index 1a4a6978bd6..9e4f0c1d736 100644 --- a/source/tutorial/control-access-to-mongodb-windows-with-kerberos-authentication.txt +++ b/source/tutorial/control-access-to-mongodb-windows-with-kerberos-authentication.txt @@ -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: