Skip to content

Commit ee07d18

Browse files
committed
Fixes description
1 parent 394567c commit ee07d18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/telemetry-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ or
900900

901901
### launchpad/title/action
902902

903-
> Sent when the user takes an action on a launchpad item
903+
> Sent when the user takes an action on the Launchpad title bar
904904
905905
```typescript
906906
{

src/constants.telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export type TelemetryEvents = {
224224
/** Sent when the user selects (clicks on) a commit on the visual file history */
225225
'timeline/commit/selected': TimelineContextEventData;
226226

227-
/** Sent when the user takes an action on a launchpad item */
227+
/** Sent when the user takes an action on the Launchpad title bar */
228228
'launchpad/title/action': LaunchpadEventData & {
229229
action: 'feedback' | 'open-on-gkdev' | 'refresh' | 'settings' | 'connect';
230230
};

0 commit comments

Comments
 (0)