Skip to content

Commit 5c88cd1

Browse files
authored
Merge branch 'main' into merge-back/2.166.0
2 parents 7bb9203 + 722b94c commit 5c88cd1

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)