Skip to content

Commit

Permalink
chore(docs): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andyu17 committed Jan 13, 2025
1 parent 5f060f4 commit f2a5670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-rds/lib/database-secret.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class DatabaseSecret extends secretsmanager.Secret {
const hash = md5hash(JSON.stringify({
// Use here the options that influence the password generation.
// If at some point we add other password customization options
// they sould be added here below (e.g. `passwordLength`).
// they should be added here below (e.g. `passwordLength`).
excludeCharacters,
}));
const logicalId = `${Names.uniqueId(this)}${hash}`;
Expand Down

0 comments on commit f2a5670

Please sign in to comment.