From ed98eb1968583f83f58fa947735919e9e8a9be0d Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Thu, 21 Jan 2021 15:38:55 -0800 Subject: [PATCH] Fix spelling --- .../contrib/webview/electron-browser/webviewElement.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vs/workbench/contrib/webview/electron-browser/webviewElement.ts b/src/vs/workbench/contrib/webview/electron-browser/webviewElement.ts index 918671def3a..a10ee16014b 100644 --- a/src/vs/workbench/contrib/webview/electron-browser/webviewElement.ts +++ b/src/vs/workbench/contrib/webview/electron-browser/webviewElement.ts @@ -61,9 +61,9 @@ export class ElectronWebviewBasedWebview extends BaseWebview 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" : {