From c229ae846158e3278b1caaf0531dd9b8b1776627 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Mon, 14 Oct 2024 17:32:32 -0400 Subject: [PATCH] Fix typo and grammar in expires example. Co-authored-by: Ted Thibodeau Jr Co-authored-by: Dave Longley --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 0202d59..9ebb65c 100644 --- a/index.html +++ b/index.html @@ -936,7 +936,7 @@

Proofs

+        title="A data document with an attached proof that uses the 'expires' property">
 {
   "@context": [
     {"myWebsite": "https://vocabulary.example/myWebsite"},
@@ -947,8 +947,8 @@ 

Proofs

"type": "DataIntegrityProof", "cryptosuite": "ecdsa-rdfc-2019", "created": "2020-06-11T19:14:04Z", - // the proof expires a month after it was issued - expires": "2020-07-11T19:14:04Z", + // the proof expires a month after it was created + "expires": "2020-07-11T19:14:04Z", "verificationMethod": "https://ldi.example/issuer#zDnaepBuvsQ8cpsWrVKw8fbpGpvPeNSjVPTWoq6cRqaYzBKVP", "proofPurpose": "assertionMethod", "proofValue": "z98X7RLrkjnXEADJNUhiTEdwyE5GXX8cyJZRLQZ7vZyUXb23ZkdakfRJ7adYY8hn35EetqBkNw813SGsJHWrcpo4"