Skip to content

Commit

Permalink
Use "use" instead of "utilize".
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
dlongley and TallTed committed Jul 16, 2024
1 parent 9ed1fb6 commit 93c8725
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 @@ -404,7 +404,7 @@ <h3>The DID Authentication Query Format</h3>

<p>
The following example demonstrates that the <a>verifier</a> would like the
<a>holder</a> to utilize the DID Web method and a data integrity ECDSA
<a>holder</a> to use the DID Web method and a data integrity ECDSA
cryptography suite to authenticate over the established communication channel,
such as the Credential Handler API (CHAPI):
</p>
Expand All @@ -424,11 +424,11 @@ <h3>The DID Authentication Query Format</h3>

<p>
The next example demonstrates that the <a>verifier</a> would like the
<a>holder</a> to utilize either the DID Key or DID Web method, and the standard
<a>holder</a> to use either the DID Key or DID Web method, and the standard
EdDSA data integrity cryptography suite, and optionally also include a
cryptographic proof that they are capable of performing a data integrity BBS
proof, and authenticate over a different communication channel, in this case
utilizing a Verifiable Credential API HTTP endpoint:
using a Verifiable Credential API HTTP endpoint:
</p>

<pre class="example" title="A complex DID Authentication request">
Expand Down

0 comments on commit 93c8725

Please sign in to comment.