Skip to content

Commit e498572

Browse files
authored
docs(rds): fix typos (#32874)
### Issue # (if applicable) None ### Reason for this change Fixed typos in code comments. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 021e6d6 commit e498572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-rds/lib/database-secret.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class DatabaseSecret extends secretsmanager.Secret {
9999
const hash = md5hash(JSON.stringify({
100100
// Use here the options that influence the password generation.
101101
// If at some point we add other password customization options
102-
// they sould be added here below (e.g. `passwordLength`).
102+
// they should be added here below (e.g. `passwordLength`).
103103
excludeCharacters,
104104
}));
105105
const logicalId = `${Names.uniqueId(this)}${hash}`;

0 commit comments

Comments
 (0)