From a9724cb915f43d341ac013696164b3ef4b33e1e3 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Fri, 16 Jul 2021 23:42:54 +0900 Subject: [PATCH] Fix typo in tree-sitter-language-mode-spec.js targetting -> targeting --- spec/tree-sitter-language-mode-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/tree-sitter-language-mode-spec.js b/spec/tree-sitter-language-mode-spec.js index af414ec4f..46a38802a 100644 --- a/spec/tree-sitter-language-mode-spec.js +++ b/spec/tree-sitter-language-mode-spec.js @@ -1603,7 +1603,7 @@ describe('TreeSitterLanguageMode', () => { type: 'else', // There are double quotes around the `else` type. This indicates that - // we're targetting an *anonymous* node in the syntax tree. The fold + // we're targeting an *anonymous* node in the syntax tree. The fold // should start at the token representing the literal string "else", // not at an `else` node. start: { type: '"else"' }