We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Stack
1 parent 18c19fd commit 722b94cCopy full SHA for 722b94c
packages/aws-cdk-lib/core/lib/stack.ts
@@ -924,7 +924,7 @@ export class Stack extends Construct implements ITaggable {
924
}
925
926
/**
927
- * 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.
928
* These get translated to the Metadata section of the generated template.
929
*
930
* @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
0 commit comments