Skip to content

Commit 25c3efa

Browse files
lukasjhanTallTed
andauthored
Fix unmatched HTML tags.
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 2038e33 commit 25c3efa

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

index.html

+3-5
Original file line numberDiff line numberDiff line change
@@ -2448,7 +2448,7 @@ <h3>Presentations</h3>
24482448
"id": "urn:uuid:3978344f-8596-4c3a-a978-8fcaba3903c5",
24492449
"type": ["VerifiablePresentation", "ExamplePresentation"],
24502450
<span class="highlight">"verifiableCredential": [{ <span class="comment">...</span> }]
2451-
}
2451+
}</span>
24522452
</pre>
24532453

24542454
<p>
@@ -2941,7 +2941,7 @@ <h3>Lifecycle Details</h3>
29412941
The [=verifier=] <a href="#lifecycle-details">validates</a> claims.
29422942
</li>
29432943
<li>
2944-
The [=verifier=] applies valid claims</a>.
2944+
The [=verifier=] applies valid [=claims=].
29452945
</li>
29462946
</ol>
29472947

@@ -4510,8 +4510,6 @@ <h3>JSON-LD</h3>
45104510
</li>
45114511
</ul>
45124512

4513-
</p>
4514-
45154513
<section>
45164514
<h3>Syntactic Sugar</h3>
45174515

@@ -7462,7 +7460,7 @@ <h2>Additional Diagrams for Verifiable Presentations</h2>
74627460
Each [=verifiable credential graph=] contains a single
74637461
<a href="#defn-EnvelopedVerifiableCredential">`EnvelopedVerifiableCredential`</a> instance,
74647462
referring, via a `data:` URL [[RFC2397]], to a verifiable credential secured via
7465-
an [=enveloping proof=]</a>.
7463+
an [=enveloping proof=].
74667464
</p>
74677465

74687466
<figure id="info-graph-vp-jwt-mult-creds">

0 commit comments

Comments
 (0)