Skip to content

Commit

Permalink
Merge branch 'main' into elbv2-fix-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jun 3, 2024
2 parents 4bc072c + 41a54b1 commit 069bc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-sqs/lib/queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export interface DeadLetterQueue {
readonly queue: IQueue;

/**
* The number of times a message can be unsuccesfully dequeued before being moved to the dead-letter queue.
* The number of times a message can be unsuccessfully dequeued before being moved to the dead-letter queue.
*/
readonly maxReceiveCount: number;
}
Expand Down

0 comments on commit 069bc05

Please sign in to comment.