Fix typo "thet" to "that"

This commit is contained in:
KRVPerera
2022-03-16 23:41:10 +05:30
parent 9be22a4709
commit 53a16e0ced

View File

@ -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