Skip to content

Commit

Permalink
chore: fix typo in AggregationCopiedEvent description (#6445)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasimir authored Nov 6, 2024
1 parent 1037bad commit 0ca3520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compass-telemetry/src/telemetry-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ type AggregationCopiedEvent = {
name: 'Aggregation Copied';
payload: {
/**
* A unique id for the aggregation object being deleted.
* A unique id for the aggregation object being copied.
*/
id: string;

Expand Down

0 comments on commit 0ca3520

Please sign in to comment.