From 53a16e0cedf90436e2d56921110181b097509cd3 Mon Sep 17 00:00:00 2001 From: KRVPerera Date: Wed, 16 Mar 2022 23:41:10 +0530 Subject: [PATCH] Fix typo "thet" to "that" --- code-actions-sample/src/diagnostics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-actions-sample/src/diagnostics.ts b/code-actions-sample/src/diagnostics.ts index 59eee509..9600bd62 100644 --- a/code-actions-sample/src/diagnostics.ts +++ b/code-actions-sample/src/diagnostics.ts @@ -32,7 +32,7 @@ export function refreshDiagnostics(doc: vscode.TextDocument, emojiDiagnostics: v } function createDiagnostic(doc: vscode.TextDocument, lineOfText: vscode.TextLine, lineIndex: number): vscode.Diagnostic { - // find where in the line of thet the 'emoji' is mentioned + // find where in the line of that the 'emoji' is mentioned const index = lineOfText.text.indexOf(EMOJI); // create range that represents, where in the document the word is