Skip to content

Commit b0834fe

Browse files
authored
chore(aws-auth): fix a typo in a comment (#19779)
Fix a typo in a comment. ---- ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/master/INTEGRATION_TESTS.md)? * [ ] Did you use `cdk-integ` to deploy the infrastructure and generate the snapshot (i.e. `cdk-integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 743b1f4 commit b0834fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk/lib/api/aws-auth/account-cache.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class AccountAccessKeyCache {
6161
return map[accessKeyId];
6262
}
6363

64-
/** Put a mapping betweenn access key and account ID */
64+
/** Put a mapping between access key and account ID */
6565
public async put(accessKeyId: string, account: Account) {
6666
let map = await this.loadMap();
6767

0 commit comments

Comments
 (0)