Skip to content

Commit e96236d

Browse files
authored
Merge pull request #583 from t3hmrman/patch-1
Email payload example typo fix
2 parents 873e374 + a50bc01 commit e96236d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-hyperschema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ Link: <https://schema.example.com/entry> rel=describedBy
18281828
<![CDATA[{
18291829
"title": "The Awesome Thing",
18301830
"stuffWorthEmailingAbout": "Lots of text here...",
1831-
"email": "someone@exapmle.com"
1831+
"email": "someone@example.com"
18321832
}]]>
18331833
</artwork>
18341834
</figure>

0 commit comments

Comments
 (0)