Skip to content

Commit fc52c4c

Browse files
committed
fix: spelling
1 parent 39dd4b8 commit fc52c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/client-side-encryption/client-side-encryption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ interface CredentialProviders {
489489
}
490490

491491
// The type of the AWS credential provider is dictated by the AWS SDK's credential provider for the specific
492-
// lamguage.
492+
// language.
493493
type AWSCredentialProvider = Function | Object;
494494
```
495495
@@ -498,7 +498,7 @@ The following shows an example object of `CredentialProviders` for Node.js:
498498
```typescript
499499
import { fromNodeProviderChain } from '@aws-sdk/credential-providers';
500500

501-
const creentialProviders = {
501+
const credentialProviders = {
502502
// Acquire credentials for AWS:
503503
aws: fromNodeProviderChain()
504504
};

0 commit comments

Comments
 (0)