Skip to content

Commit

Permalink
Merge pull request #250 from shigeya/shigeya-removing-unnecessary-bra…
Browse files Browse the repository at this point in the history
…ckets

Removing unnecessary and unbalanced brackets
  • Loading branch information
selfissued authored Feb 28, 2024
2 parents 99b8196 + fe8748c commit a943cc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ <h2>Securing JSON-LD Verifiable Credentials with SD-JWT</h2>
to [[VC-DATA-MODEL-2.0]].
</p>
<p>
A [=conforming SD-JWT issuer implementation=] MUST use [[SD-JWT] to secure this media type.
A [=conforming SD-JWT issuer implementation=] MUST use [[SD-JWT]] to secure this media type.
The unsecured verifiable credential is the unencoded SD-JWT payload.
</p>
<p>
Expand All @@ -364,7 +364,7 @@ <h2>Securing JSON-LD Verifiable Credentials with SD-JWT</h2>
<code>cty</code>.
</p>
<p>
A [=conforming SD-JWT verifier implementation=] MUST use [[SD-JWT] to verify [=conforming JWS documents=] that use this media type.
A [=conforming SD-JWT verifier implementation=] MUST use [[SD-JWT]] to verify [=conforming JWS documents=] that use this media type.
</p>

<pre class="example vc-jose-cose-sd-jwt" title="A simple example of a verifiable credential secured with SD-JWT">
Expand Down Expand Up @@ -2109,7 +2109,7 @@ <h2>Verification Algorithm</h2>

<p>
When verifying a credential or presentation secured with SD-JWT, the algorithm defined in
[[SD-JWT] for
[[SD-JWT]] for
Verification of the SD-JWT
MUST be followed.
</p>
Expand Down

0 comments on commit a943cc3

Please sign in to comment.