Skip to content

Commit 77545fa

Browse files
authored
Fix indentation of Compact URIs example
1 parent 9821277 commit 77545fa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

core/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1770,14 +1770,14 @@ <h2>Support for Compact URIs</h2>
17701770

17711771
<figure><figcaption>A JSON-LD Compact URI definition</figcaption>
17721772
<pre class="example highlight json">{
1773-
"@context": {
1774-
"ex": "http://example.org/",
1775-
"term": {
1776-
"@type": "id",
1777-
"@id": "ex:term"
1778-
}
1779-
},
1780-
"term": "ex:Foo"
1773+
"@context": {
1774+
"ex": "http://example.org/",
1775+
"term": {
1776+
"@type": "id",
1777+
"@id": "ex:term"
1778+
}
1779+
},
1780+
"term": "ex:Foo"
17811781
}</pre></figure>
17821782

17831783
<p>

0 commit comments

Comments
 (0)