Skip to content

Commit ea1a5a1

Browse files
committed
chore: fix typo
1 parent 47a7a86 commit ea1a5a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

syntaxes/jsona.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"string": {
159159
"patterns": [
160160
{
161-
"include": "#stringSignle"
161+
"include": "#stringSingle"
162162
},
163163
{
164164
"include": "#stringDouble"
@@ -191,7 +191,7 @@
191191
}
192192
]
193193
},
194-
"stringSignle": {
194+
"stringSingle": {
195195
"name": "string.quoted.single.jsona",
196196
"begin": "'",
197197
"beginCaptures": {

0 commit comments

Comments
 (0)