From a947e202578b2c73a3cb44425301907a0b45b142 Mon Sep 17 00:00:00 2001 From: Ted Thibodeau Jr Date: Tue, 18 Jun 2024 15:25:56 -0400 Subject: [PATCH 1/2] Improve grammar in index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 32f7dbc..1ac7d32 100644 --- a/index.html +++ b/index.html @@ -1276,8 +1276,8 @@
Errors and Warnings
Errors are `ProblemDetails` relating to cryptography, data model and malformed context. Warnings are `ProblemDetails` relating to statuses and validity periods. - The `VerificationResponse` object MUST have the `verified` value set to `false` if an error is included. - The `VerificationResponse` object MUST have the `verified` value set to `true` if no errors are included. + If an error is included, the `verified` property of the `VerificationResponse` object MUST be set to `false`. + If no errors are included, the `verified` property of the `VerificationResponse` object MUST be set to `true`.

From af8731446705a7a87ade2236e67a314f1a4a8a5b Mon Sep 17 00:00:00 2001
From: Ted Thibodeau Jr 
Date: Tue, 18 Jun 2024 15:38:48 -0400
Subject: [PATCH 2/2] further grammar and punctuation

---
 index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html
index 1ac7d32..3779ee6 100644
--- a/index.html
+++ b/index.html
@@ -1273,11 +1273,11 @@ 

Types of ProblemDetails

Verification Response

Errors and Warnings
- Errors are `ProblemDetails` relating to cryptography, data model and malformed context. + Errors are `ProblemDetails` relating to cryptography, data model, and malformed context. Warnings are `ProblemDetails` relating to statuses and validity periods. - If an error is included, the `verified` property of the `VerificationResponse` object MUST be set to `false`. - If no errors are included, the `verified` property of the `VerificationResponse` object MUST be set to `true`. + If an error is included, the `verified` property of the `VerificationResponse` object + MUST be set to `false`; if no errors are included, it MUST be set to `true`.