Skip to content

Commit

Permalink
docs(core): fix typo in Stack (#32047)
Browse files Browse the repository at this point in the history
found a very very small typo.

### 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
go-to-k authored Nov 7, 2024
1 parent 18c19fd commit 722b94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/core/lib/stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ export class Stack extends Construct implements ITaggable {
}

/**
* Adds an arbitary key-value pair, with information you want to record about the stack.
* Adds an arbitrary key-value pair, with information you want to record about the stack.
* These get translated to the Metadata section of the generated template.
*
* @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
Expand Down

0 comments on commit 722b94c

Please sign in to comment.