Skip to content

Commit 92d28c1

Browse files
mspornydlongleyselfissued
authored
Fix grammar in changes to address @jyasskin's concerns.
Co-authored-by: Dave Longley <[email protected]> Co-authored-by: Michael B. Jones <[email protected]>
1 parent ceb6b07 commit 92d28c1

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

index.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,8 @@ <h3>Credentials</h3>
794794
information, and so on. A
795795
[=verifiable credential=] is a set of tamper-evident [=claims=] and metadata
796796
that cryptographically prove who issued it. Examples of [=verifiable
797-
credentials=] include digital employee identification cards, digital birth
798-
certificates, and digital educational certificates.
797+
credentials=] include, but are not limited to, digital employee identification
798+
cards, digital birth certificates, and digital educational certificates.
799799
</p>
800800

801801
<figure id="basic-vc">
@@ -886,10 +886,11 @@ <h3>Credentials</h3>
886886
</figure>
887887

888888
<p class="note">
889-
[=Credential=] identifiers are often used to identify specific instances
890-
of a [=credential=]. These identifiers can also be used for correlation. A
891-
[=holder=] wanting to minimize correlation is advised to use a selective
892-
disclosure scheme that does not reveal the [=credential=] identifier.
889+
[=Credential=] identifiers can be used to identify specific instances
890+
of a [=credential=]. These identifiers could also be used for unwanted
891+
correlation. A [=holder=] wanting to minimize correlation is advised
892+
to use a selective disclosure scheme that does not reveal the
893+
[=credential=] identifier.
893894
</p>
894895

895896
<p class="note">
@@ -1437,12 +1438,12 @@ <h3>Types</h3>
14371438
[=verifiable credential=] or [=verifiable presentation=] is appropriate
14381439
for the intended use case. This specification defines a `type`
14391440
[=property=] for the expression of object type information. This type
1440-
information can be used during [=validation=] processes as described in Appendix
1441+
information can be used during [=validation=] processes, as described in Appendix
14411442
[[[#validation]]].
14421443
</p>
14431444

14441445
<p>
1445-
[=Verifiable credentials=] and [=verifiable presentations=] MUST express a
1446+
[=Verifiable credentials=] and [=verifiable presentations=] MUST contain a
14461447
`type` [=property=] with an associated value.
14471448
</p>
14481449

@@ -1613,7 +1614,7 @@ <h3>Types</h3>
16131614
<p class="note" title="Creating new verifiable credential types">
16141615
Explaining how to create new types of [=verifiable credentials=] is beyond
16151616
the scope of this specification. Readers that are interested in doing so are
1616-
advised to read the Section on
1617+
advised to read the section on
16171618
<a data-cite="?VC-IMP-GUIDE#creating-new-credential-types">
16181619
Creating New Credential Types</a> in the [[[?VC-IMP-GUIDE]]].
16191620
</p>
@@ -3470,7 +3471,7 @@ <h2>Integrity of Related Resources</h2>
34703471
`id` of an object inside a [=conforming document=] need to consider whether
34713472
that resource's content is vital to the validity of that document. If it is, the
34723473
specification MUST produce a validation error unless the resource matches the
3473-
expected media type and cryptographic digest
3474+
expected media type and cryptographic digest.
34743475
</p>
34753476
<p>
34763477
Implementers are urged to consult appropriate sources, such as the
@@ -5368,7 +5369,7 @@ <h3>Identifier-Based Correlation</h3>
53685369
<p>
53695370
[=Securing mechanism=] specification authors are advised to avoid enabling
53705371
identifier-based correlation by designing their technologies, when possible,
5371-
to avoid the use of correlating identifiers.
5372+
to avoid the use of correlating identifiers that cannot be selectively disclosed.
53725373
</p>
53735374

53745375
<p>

0 commit comments

Comments
 (0)