Skip to content

Commit

Permalink
chore(servicecatalogappregistry-alpha): fix typos (#32856)
Browse files Browse the repository at this point in the history
### Issue # (if applicable)

N/A

### 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*
  • Loading branch information
andyu17 authored Jan 12, 2025
1 parent 79ab137 commit 3717f40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export interface IApplication extends cdk.IResource {
associateStack(stack: cdk.Stack): void;

/**
* Associate a Cloudformation statck with the application in the given stack.
* Associate a Cloudformation stack with the application in the given stack.
*
* @param stack a CFN stack
*/
Expand Down

0 comments on commit 3717f40

Please sign in to comment.