Skip to content

Commit 722b94c

Browse files
authored
docs(core): fix typo in Stack (#32047)
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*
1 parent 18c19fd commit 722b94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/core/lib/stack.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ export class Stack extends Construct implements ITaggable {
924924
}
925925

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

0 commit comments

Comments
 (0)