We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021e6d6 commit e498572Copy full SHA for e498572
packages/aws-cdk-lib/aws-rds/lib/database-secret.ts
@@ -99,7 +99,7 @@ export class DatabaseSecret extends secretsmanager.Secret {
99
const hash = md5hash(JSON.stringify({
100
// Use here the options that influence the password generation.
101
// If at some point we add other password customization options
102
- // they sould be added here below (e.g. `passwordLength`).
+ // they should be added here below (e.g. `passwordLength`).
103
excludeCharacters,
104
}));
105
const logicalId = `${Names.uniqueId(this)}${hash}`;
0 commit comments