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

make incorrect plurals singular #1528

Merged
merged 2 commits into from
Jul 15, 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
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@ <h3>Types</h3>

<p class="note"
title="See the Implementation Guide for creating new credential types">
Explaining how to create new types of [=verifiable credentials=] is beyond
Explaining how to create a new type of [=verifiable credential=] is beyond
the scope of this specification. Readers that are interested in doing so are
advised to read the section on
<a data-cite="?VC-IMP-GUIDE#creating-new-credential-types">
Expand Down Expand Up @@ -4245,7 +4245,7 @@ <h3>Securing Mechanism Specifications</h3>
</p>

<p>
Securing mechanism specifications that create new types of [=embedded proofs=]
A securing mechanism specification that creates a new type of [=embedded proof=]
MUST specify a [=property=] that relates the [=verifiable credential=] or [=verifiable
presentation=] to a [=proof graph=].
The requirements on the securing mechanism are as follow:
Expand Down