Skip to content

Commit 88247b9

Browse files
authored
chore(docs): fix typos (#32861)
### Issue # (if applicable) None ### Reason for this change Fixed typos in code comments. ### 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*
1 parent 899bc87 commit 88247b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk/lib/api/logs/logs-monitor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export class CloudWatchLogEventMonitor {
211211
}
212212
// As long as there are _any_ events in the log group `filterLogEvents` will return a nextToken.
213213
// This is true even if these events are before `startTime`. So if we have 100 events and a nextToken
214-
// then assume that we have hit the limit and let the user know some messages have been supressed.
214+
// then assume that we have hit the limit and let the user know some messages have been suppressed.
215215
// We are essentially showing them a sampling (10000 events printed out is not very useful)
216216
if (filteredEvents.length === 100 && response.nextToken) {
217217
events.push({

0 commit comments

Comments
 (0)