From 23fd145a56260293072622c4d64482fc6447af7c Mon Sep 17 00:00:00 2001 From: Susheel Thapa Date: Fri, 15 Dec 2023 12:43:27 +0545 Subject: fix: typo in scm files inside runtime/queries/ (#8630) --- runtime/queries/_typescript/highlights.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'runtime/queries/_typescript') diff --git a/runtime/queries/_typescript/highlights.scm b/runtime/queries/_typescript/highlights.scm index f9a67266..45c98ba8 100644 --- a/runtime/queries/_typescript/highlights.scm +++ b/runtime/queries/_typescript/highlights.scm @@ -39,11 +39,11 @@ (identifier) @variable.parameter)) ; (p?: t) -; (p?: t = 1) // Invalid but still posible to hihglight. +; (p?: t = 1) // Invalid but still possible to highlight. (optional_parameter (identifier) @variable.parameter) -; (...p?: t) // Invalid but still posible to hihglight. +; (...p?: t) // Invalid but still possible to highlight. (optional_parameter (rest_pattern (identifier) @variable.parameter)) @@ -59,7 +59,7 @@ (pair_pattern value: (identifier) @variable.parameter))) -; ([ p ]?: t[]) // Invalid but still posible to hihglight. +; ([ p ]?: t[]) // Invalid but still possible to highlight. (optional_parameter (array_pattern (identifier) @variable.parameter)) -- cgit v1.2.3-70-g09d2