fix: typos

This commit is contained in:
dundargoc 2024-02-19 16:49:04 +01:00 committed by Christian Clason
parent 3a7b5a9fb4
commit 9bc21966f2
7 changed files with 8 additions and 8 deletions

View file

@ -189,7 +189,7 @@ local format_queries = [[
(anonymous_node (identifier) @format.keep)
(field_definition
name: (_)
":" @format.indent.begin @format.append-newline ; surpress trailing whitespaces with forced newlines
":" @format.indent.begin @format.append-newline ; suppress trailing whitespaces with forced newlines
[
(named_node [ (named_node) (list) (grouping) (anonymous_node) (field_definition) ])
(list "[" . (_) . (_) "]")