mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Fix spelling
This commit is contained in:
@@ -142,7 +142,7 @@ export class WebviewEditorService implements IWebviewEditorService {
|
||||
reviver: WebviewReviver
|
||||
): IDisposable {
|
||||
if (this._revivers.has(viewType)) {
|
||||
throw new Error(`Reveriver for '${viewType}' already registered`);
|
||||
throw new Error(`Reviver for '${viewType}' already registered`);
|
||||
}
|
||||
|
||||
this._revivers.set(viewType, reviver);
|
||||
|
||||
Reference in New Issue
Block a user