Skip to content

Commit f03f110

Browse files
committed
Updates doc comments
1 parent d485071 commit f03f110

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/telemetry-events.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,7 +1906,7 @@ or
19061906

19071907
### timeline/action/openInEditor
19081908

1909-
> Sent when the user changes the period (timeframe) on the visual file history
1909+
> Sent when the user changes the period (timeframe) on the Visual History
19101910
19111911
```typescript
19121912
{
@@ -1920,7 +1920,7 @@ or
19201920

19211921
### timeline/commit/selected
19221922

1923-
> Sent when the user selects (clicks on) a commit on the visual file history
1923+
> Sent when the user selects (clicks on) a commit on the Visual History
19241924
19251925
```typescript
19261926
{
@@ -1934,7 +1934,7 @@ or
19341934

19351935
### timeline/editor/changed
19361936

1937-
> Sent when the editor changes on the visual file history
1937+
> Sent when the editor changes on the Visual History
19381938
19391939
```typescript
19401940
{
@@ -1948,7 +1948,7 @@ or
19481948

19491949
### timeline/period/changed
19501950

1951-
> Sent when the user changes the period (timeframe) on the visual file history
1951+
> Sent when the user changes the period (timeframe) on the Visual History
19521952
19531953
```typescript
19541954
{
@@ -1977,7 +1977,7 @@ or
19771977

19781978
### timeline/shown
19791979

1980-
> Sent when the Commit Graph is shown
1980+
> Sent when the Visual History is shown
19811981
19821982
```typescript
19831983
{

src/constants.telemetry.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,15 +253,15 @@ export interface TelemetryEvents extends WebviewShowAbortedEvents, WebviewShownE
253253
/** Sent when the subscription changes */
254254
'subscription/changed': SubscriptionEventDataWithPrevious;
255255

256-
/** Sent when the Commit Graph is shown */
256+
/** Sent when the Visual History is shown */
257257
'timeline/shown': TimelineShownEvent;
258-
/** Sent when the user changes the period (timeframe) on the visual file history */
258+
/** Sent when the user changes the period (timeframe) on the Visual History */
259259
'timeline/action/openInEditor': TimelineContextEventData;
260-
/** Sent when the editor changes on the visual file history */
260+
/** Sent when the editor changes on the Visual History */
261261
'timeline/editor/changed': TimelineContextEventData;
262-
/** Sent when the user changes the period (timeframe) on the visual file history */
262+
/** Sent when the user changes the period (timeframe) on the Visual History */
263263
'timeline/period/changed': TimelinePeriodChangedEvent;
264-
/** Sent when the user selects (clicks on) a commit on the visual file history */
264+
/** Sent when the user selects (clicks on) a commit on the Visual History */
265265
'timeline/commit/selected': TimelineContextEventData;
266266

267267
/** Sent when a "tracked feature" is interacted with, today that is only when webview/webviewView/custom editor is shown */

0 commit comments

Comments
 (0)