Skip to content

Commit

Permalink
Fix editorial issues in Types section.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Aug 4, 2024
1 parent dfde455 commit aa5c80b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ <h3>Types</h3>
<td>
`VerifiableCredential` and, optionally, a more specific
[=verifiable credential=] [=type=]. For example,<br>
`"type": ["VerifiableCredential", "ExampleDegreeCredential"]`
`"type": ["VerifiableCredential", "OpenBadgeCredential"]`
</td>
</tr>

Expand All @@ -1436,7 +1436,7 @@ <h3>Types</h3>
<td>
`VerifiablePresentation` and, optionally, a more specific
[=verifiable presentation=] [=type=]. For example,<br>
`"type": ["VerifiablePresentation", "ExamplePresentation"]`
`"type": "VerifiablePresentation"`
</td>
</tr>

Expand All @@ -1456,7 +1456,7 @@ <h3>Types</h3>
</td>
<td>
A valid terms of use [=type=]. For example,<br>
`"type": "ExampleTermsPolicy"`
`"type": "TrustFrameworkPolicy"`
</td>
</tr>

Expand All @@ -1466,7 +1466,7 @@ <h3>Types</h3>
</td>
<td>
A valid evidence [=type=]. For example,<br>
`"type": "ExampleEvidence"`
`"type": "Evidence"`
</td>
</tr>

Expand Down Expand Up @@ -1496,7 +1496,7 @@ <h3>Types</h3>
<p class="note"
title="The Verifiable Credentials Data Model is based on JSON-LD">
The [=type=] system for the Verifiable Credentials Data Model is the same as
for [[JSON-LD11]] and is detailed in
for [[[JSON-LD11]]] and is detailed in
<a href="https://www.w3.org/TR/json-ld/#specifying-the-type">Section 3.5:
Specifying the Type</a> and
<a href="https://www.w3.org/TR/json-ld/#json-ld-grammar">Section 9: JSON-LD
Expand Down Expand Up @@ -1647,8 +1647,8 @@ <h3>Names and Descriptions</h3>
same as those set by the `@direction` value. We include the `@direction` property here
for clarity of demonstration, and to make copy+paste+edit deliver functional
results. Implementers are encouraged to read the section on
<a data-cite="JSON-LD11#string-internationalization">JSON-LD String Internationalization</a>
in the JSON-LD 1.1 specification [[JSON-LD11]].
<a data-cite="JSON-LD11#string-internationalization">String Internationalization</a>
in the [[[JSON-LD11]]] specification.
</p>

<pre class="example nohighlight"
Expand Down

0 comments on commit aa5c80b

Please sign in to comment.