mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-23 00:22:56 +01:00
fix typo
This commit is contained in:
parent
3596f46e41
commit
274cc4a172
2 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ export abstract class Adapter {
|
|||
|
||||
// --- diagnostics --- ---
|
||||
|
||||
export class DiagnostcsAdapter extends Adapter {
|
||||
export class DiagnosticsAdapter extends Adapter {
|
||||
|
||||
private _disposables: IDisposable[] = [];
|
||||
private _listener: { [uri: string]: IDisposable } = Object.create(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue