Skip to content

Commit e383f06

Browse files
committed
Fix Markdown -> HTML
1 parent c4bde4c commit e383f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3>JSON Hyper-Schema</h3>
3333

3434
<h2>Quickstart</h2>
3535

36-
<p>The JSON document being validated or described we call the _instance_, and the document containing the description is called the _schema_.</p>
36+
<p>The JSON document being validated or described we call the <i>instance</i>, and the document containing the description is called the <i>schema</i>.</p>
3737

3838
<p>The most basic schema is a blank JSON object, which constrains nothing, allows anything, and describes nothing:</p>
3939

0 commit comments

Comments
 (0)