Skip to content

Commit cf46f7b

Browse files
committed
Fixes
1 parent 98d031b commit cf46f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/security/authentication/aws-iam.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The driver checks for your credentials in the following sources in order:
153153
.. literalinclude:: /code-snippets/authentication/aws-env-variable.js
154154
:language: javascript
155155

156-
Retrieving AWS Credentials
156+
Specifying AWS Credentials
157157
--------------------------
158158

159159
When you install the optional ``aws-sdk/credential-providers`` dependency, the driver
@@ -169,7 +169,7 @@ from the AWS SDK to the AWS authentication mechanism:
169169
:start-after: // start-custom-credentials
170170
:end-before: // end-custom-credentials
171171

172-
TO use a custom provider, you can pass any async function that returns your credentials
172+
To use a custom provider, you can pass any asynchronous function that returns your credentials
173173
to the ``AWS_CREDENTIAL_PROVIDER`` property. The following example shows how to pass
174174
a custom provider function that fetches credentials from environment variables to the
175175
AWS authentication mechanism:

0 commit comments

Comments
 (0)