Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/assertions/lib/annotations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class Annotations {
}

/**
* Assert that an warning with the given message exists in the synthesized CDK `Stack`.
* Assert that a warning with the given message exists in the synthesized CDK `Stack`.
*
* @param constructPath the construct path to the warning, provide `'*'` to match all warnings in the template.
* @param message the warning message as should be expected. This should be a string or Matcher object.
Expand All @@ -74,7 +74,7 @@ export class Annotations {
}

/**
* Assert that an warning with the given message does not exist in the synthesized CDK `Stack`.
* Assert that a warning with the given message does not exist in the synthesized CDK `Stack`.
*
* @param constructPath the construct path to the warning, provide `'*'` to match all warnings in the template.
* @param message the warning message as should be expected. This should be a string or Matcher object.
Expand Down
Loading