Skip to content

Commit cb2b906

Browse files
authored
Merge pull request #219 from mohawk2/fix-typo
fix typo
2 parents b242817 + 99452e4 commit cb2b906

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/draft7/if-then-else.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"valid": true
1414
},
1515
{
16-
"description": "valid when invailid against lone if",
16+
"description": "valid when invalid against lone if",
1717
"data": "hello",
1818
"valid": true
1919
}
@@ -33,7 +33,7 @@
3333
"valid": true
3434
},
3535
{
36-
"description": "valid when invailid against lone then",
36+
"description": "valid when invalid against lone then",
3737
"data": "hello",
3838
"valid": true
3939
}
@@ -53,7 +53,7 @@
5353
"valid": true
5454
},
5555
{
56-
"description": "valid when invailid against lone else",
56+
"description": "valid when invalid against lone else",
5757
"data": "hello",
5858
"valid": true
5959
}

0 commit comments

Comments
 (0)