Skip to content

Commit

Permalink
Fix typo and grammar in expires example.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Dave Longley <dlongley@digitalbazaar.com>
  • Loading branch information
3 people committed Oct 14, 2024
1 parent 55e44cc commit c229ae8
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 @@ -936,7 +936,7 @@ <h3>Proofs</h3>
</p>

<pre class="example nohighlight"
title="A proof attached to a data document that uses the 'expires' property">
title="A data document with an attached proof that uses the 'expires' property">
{
"@context": [
{"myWebsite": "https://vocabulary.example/myWebsite"},
Expand All @@ -947,8 +947,8 @@ <h3>Proofs</h3>
"type": "DataIntegrityProof",
"cryptosuite": "ecdsa-rdfc-2019",
"created": "2020-06-11T19:14:04Z",
<span class="comment">// the proof expires a month after it was issued</span>
<span class="highlight">expires": "2020-07-11T19:14:04Z"</span>,
<span class="comment">// the proof expires a month after it was created</span>
<span class="highlight">"expires": "2020-07-11T19:14:04Z"</span>,
"verificationMethod": "https://ldi.example/issuer#zDnaepBuvsQ8cpsWrVK<wbr>w8fbpGpvPeNSjVPTWoq6cRqaYzBKVP",
"proofPurpose": "assertionMethod",
"proofValue": "z98X7RLrkjnXEADJNUhiTEdwyE5GXX8cyJZRLQZ7vZyUXb23Zkdakf<wbr>RJ7adYY8hn35EetqBkNw813SGsJHWrcpo4"
Expand Down

0 comments on commit c229ae8

Please sign in to comment.