Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve grammar in index.html #391

Merged
merged 2 commits into from
Jun 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1273,11 +1273,11 @@ <h4>Types of ProblemDetails</h4>
</pre>
<h4>Verification Response</h4>
<h5>Errors and Warnings</h5>
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.

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, it MUST be set to `true`.

<pre class="example"
title="Verification Response">
Expand Down