8000 Authentication page typo fixes (#313) · nickldp/docs-kotlin@862ca0a · GitHub
[go: up one dir, main page]

Skip to content

Commit 862ca0a

Browse files
Authentication page typo fixes (#313)
1 parent e4c3778 commit 862ca0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/fundamentals/auth.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ variables for the following types of authentication:
393393
- ECS container credentials
394394
- EC2 container credentials
395395

396-
The following examples shows how you can set your **programmatic access keys**
396+
The following example shows how you can set your **programmatic access keys**
397397
in environment variables by using ``bash`` or a similar shell:
398398

399399
.. code-block:: bash
@@ -423,7 +423,7 @@ Specify Your Credentials in a MongoCredential
423423
+++++++++++++++++++++++++++++++++++++++++++++
424424

425425
You can supply your AWS IAM credentials to a ``MongoClient`` by using a
426-
a ``MongoCredential`` instance. To construct the ``MongoCredential`` instance
426+
``MongoCredential`` instance. To construct the ``MongoCredential`` instance
427427
for ``MONGODB-AWS`` authentication, use the `createAwsCredential() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoCredential.html#createAwsCredential(java.lang.String,char%5B%5D)>`__
428428
factory method.
429429

@@ -432,7 +432,7 @@ You can supply only programmatic access keys to the
432432
or EC2 container credentials, use the instructions in
433433
:ref:`<java-mongodb-aws-env-variables>` or :ref:`<java-mongodb-aws-sdk>`.
434434

435-
To use the the ``MongoCredential`` for ``MONGODB-AWS`` authentication, you
435+
To use the ``MongoCredential`` for ``MONGODB-AWS`` authentication, you
436436
must perform the following:
437437

438438
1. Specify the authentication mechanism

0 commit comments

Comments
 (0)
0