We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743b1f4 commit b0834feCopy full SHA for b0834fe
packages/aws-cdk/lib/api/aws-auth/account-cache.ts
@@ -61,7 +61,7 @@ export class AccountAccessKeyCache {
61
return map[accessKeyId];
62
}
63
64
- /** Put a mapping betweenn access key and account ID */
+ /** Put a mapping between access key and account ID */
65
public async put(accessKeyId: string, account: Account) {
66
let map = await this.loadMap();
67
0 commit comments