Skip to content

Commit 0ca3520

Browse files
authored
chore: fix typo in AggregationCopiedEvent description (#6445)
1 parent 1037bad commit 0ca3520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-telemetry/src/telemetry-events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ type AggregationCopiedEvent = {
550550
name: 'Aggregation Copied';
551551
payload: {
552552
/**
553-
* A unique id for the aggregation object being deleted.
553+
* A unique id for the aggregation object being copied.
554554
*/
555555
id: string;
556556

0 commit comments

Comments
 (0)