Skip to content

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 committed Apr 23, 2021
1 parent 0ee8f4e commit 66f0c29
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class EditorOverrideService extends Disposable implements IEditorOverride
}
// Add the group as we might've changed it with the quickpick
if (input) {
this.sendOverrideTelemtry(input.editor);
this.sendOverrideTelemetry(input.editor);
return { ...input, group };
}
return input;
Expand Down Expand Up @@ -460,7 +460,7 @@ export class EditorOverrideService extends Disposable implements IEditorOverride
return undefined;
}

private sendOverrideTelemtry(chosenInput: IContributedEditorInput): void {
private sendOverrideTelemetry(chosenInput: IContributedEditorInput): void {
type editorOverrideClassification = {
viewType: { classification: 'PublicNonPersonalData', purpose: 'FeatureInsight' };
};
Expand Down

0 comments on commit 66f0c29

Please sign in to comment.