Skip to content

Commit

Permalink
Fix grammatical error.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin authored and msporny committed Dec 27, 2023
1 parent 2b8616e commit b3f6739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ <h4>Multikey</h4>

<p>
The `publicKeyMultibase` value of the verification method MUST be 34 bytes in
length and starts with the base-58-btc prefix (`z`), as defined in the
length and start with the base-58-btc prefix (`z`), as defined in the
<a data-cite="VC-DATA-INTEGRITY#multibase-0">Multibase section</a> of
[[VC-DATA-INTEGRITY]]. A Multibase-encoded Multikey value follows, which MUST
consist of a binary value that starts with the two-byte prefix `0xed01`, which
Expand Down Expand Up @@ -1385,7 +1385,7 @@ <h4>Ed25519VerificationKey2020</h4>

<p>
The `publicKeyMultibase` value of the verification method MUST be 34 bytes in
length and starts with the base-58-btc prefix (`z`), as defined in the
length and start with the base-58-btc prefix (`z`), as defined in the
<a data-cite="VC-DATA-INTEGRITY#multibase-0">Multibase section</a> of
[[VC-DATA-INTEGRITY]]. A Multibase-encoded Multikey value follows, which MUST
consist of a binary value that starts with the two-byte prefix `0xed01`, which
Expand Down

0 comments on commit b3f6739

Please sign in to comment.