Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Mar 11, 2020
1 parent 0e6d54c commit 901733d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/modes/script/javascript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ export async function getJavascriptMode(

const result: CodeAction[] = [];

provideQuickFicCodeActions(
provideQuickFixCodeActions(
fileName,
textRange,
context,
Expand Down Expand Up @@ -647,7 +647,7 @@ function provideRefactoringCommands(
}
}

function provideQuickFicCodeActions(
function provideQuickFixCodeActions(
fileName: string,
textRange: { pos: number; end: number },
context: CodeActionContext,
Expand Down

0 comments on commit 901733d

Please sign in to comment.