Fix spelling

This commit is contained in:
Matt Bierner
2021-01-21 15:38:55 -08:00
parent ae8bd3216f
commit ed98eb1968
@@ -61,9 +61,9 @@ export class ElectronWebviewBasedWebview extends BaseWebview<WebviewTag> impleme
@IWorkbenchEnvironmentService environmentService: IWorkbenchEnvironmentService,
@IConfigurationService configurationService: IConfigurationService,
@IMainProcessService mainProcessService: IMainProcessService,
@INotificationService noficationService: INotificationService,
@INotificationService notificationService: INotificationService,
) {
super(id, options, contentOptions, extension, _webviewThemeDataProvider, noficationService, _myLogService, telemetryService, environmentService);
super(id, options, contentOptions, extension, _webviewThemeDataProvider, notificationService, _myLogService, telemetryService, environmentService);
/* __GDPR__
"webview.createWebview" : {