Skip to content

Commit

Permalink
Removing unnecessary and unbalanced brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
shigeya committed Feb 27, 2024
1 parent 99b8196 commit acd3926
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 acd3926

Please sign in to comment.