Skip to content

Commit 019f348

Browse files
authored
Spelling correction (#22)
1 parent 7dfc84f commit 019f348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json-schema/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
}
130130
},
131131
{
132-
"$comment": "This is the schema for the fields in Summaries. By default, only checks the existance of the properties, but not the schema of the summaries.",
132+
"$comment": "This is the schema for the fields in Summaries. By default, only checks the existence of the properties, but not the schema of the summaries.",
133133
"required": [
134134
"summaries"
135135
],
@@ -158,7 +158,7 @@
158158
}
159159
},
160160
"require_any_field": {
161-
"$comment": "Please list all fields here so that we can force the existance of one of them in other parts of the schemas.",
161+
"$comment": "Please list all fields here so that we can force the existence of one of them in other parts of the schemas.",
162162
"anyOf": [
163163
{"required": ["template:new_field"]},
164164
{"required": ["template:xyz"]},

0 commit comments

Comments
 (0)