Skip to content

Commit dc97071

Browse files
authored
fix typo in filename: getJsDocTemplateCompletion (#627)
1 parent 73083f3 commit dc97071

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/language-server/src/plugins/typescript/features/CompletionProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727
getCommitCharactersForScriptElement,
2828
scriptElementKindToCompletionItemKind
2929
} from '../utils';
30-
import { getJsDocTemplateCompletion } from './getJsDocTemplateComletion';
30+
import { getJsDocTemplateCompletion } from './getJsDocTemplateCompletion';
3131
import { getComponentAtPosition } from './utils';
3232

3333
export interface CompletionEntryWithIdentifer extends ts.CompletionEntry, TextDocumentIdentifier {

0 commit comments

Comments
 (0)