diff --git a/packages/grafana-ui/src/components/Monaco/types.ts b/packages/grafana-ui/src/components/Monaco/types.ts index 82cb1f5861b..966c038d627 100644 --- a/packages/grafana-ui/src/components/Monaco/types.ts +++ b/packages/grafana-ui/src/components/Monaco/types.ts @@ -1,4 +1,4 @@ -// We use `import type` to guarentee it'll be erased from the JS and it doesnt accidently bundle monaco +// We use `import type` to guarantee it'll be erased from the JS and it doesnt accidently bundle monaco import type * as monacoType from 'monaco-editor/esm/vs/editor/editor.api'; export type CodeEditorChangeHandler = (value: string) => void;