Skip to content

Commit 9e2f628

Browse files
authored
docs(servicecatalogappregistry-alpha): fix typo (#33030)
### Issue # (if applicable) None ### Reason for this change Fixed typo in code comment. ### 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 2cce7fa commit 9e2f628

File tree

1 file changed

+1
-1
lines changed
  • packages/@aws-cdk/aws-servicecatalogappregistry-alpha/lib

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-servicecatalogappregistry-alpha/lib/common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export interface ShareOptions {
6262
}
6363

6464
/**
65-
* Generates a unique hash identfifer using SHA256 encryption algorithm.
65+
* Generates a unique hash identifier using SHA256 encryption algorithm.
6666
*/
6767
export function hashValues(...values: string[]): string {
6868
const sha256 = crypto.createHash('sha256');

0 commit comments

Comments
 (0)