We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899bc87 commit 88247b9Copy full SHA for 88247b9
packages/aws-cdk/lib/api/logs/logs-monitor.ts
@@ -211,7 +211,7 @@ export class CloudWatchLogEventMonitor {
211
}
212
// As long as there are _any_ events in the log group `filterLogEvents` will return a nextToken.
213
// 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.
+ // then assume that we have hit the limit and let the user know some messages have been suppressed.
215
// We are essentially showing them a sampling (10000 events printed out is not very useful)
216
if (filteredEvents.length === 100 && response.nextToken) {
217
events.push({
0 commit comments