Skip to content

Commit

Permalink
chore: fix typo in queue.ts comment (aws#30416)
Browse files Browse the repository at this point in the history
A small typo fix.

### 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*
  • Loading branch information
rafrafek authored and Dahlberg Victor committed Jun 10, 2024
1 parent 419a974 commit 9d3f018
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 9d3f018

Please sign in to comment.