Skip to content

Commit c610095

Browse files
committed
spelling: whitespace
Signed-off-by: Josh Soref <[email protected]>
1 parent e3e35e8 commit c610095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/syntaxes/Extras/TOML/TOML.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ contexts:
340340
- match: '$'
341341
pop: true
342342
- match: '.+'
343-
# This also highlights trailing whitespece. Although that is valid
343+
# This also highlights trailing whitespace. Although that is valid
344344
# TOML, it doesn't seem bad to me. If that's annoying, change this
345345
# to '[^ \n]+'.
346346
scope: invalid.illegal.trailing.toml

assets/syntaxes/Packages/Git Formats/Git Rebase.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ contexts:
154154
commit-subject:
155155
- meta_scope: meta.commit.git.rebase
156156
- include: line-end
157-
- match: (?=\S) # subject begins with first none whitespece
157+
- match: (?=\S) # subject begins with first none whitespace
158158
set:
159159
- meta_scope: meta.commit.git.rebase
160160
- meta_content_scope: meta.subject.git.commit

0 commit comments

Comments
 (0)