mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Fix typo "thet" to "that"
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user