Skip to content

Commit 1478fee

Browse files
ihermanTallTed
authored andcommitted
Fix more grammar issues in template and vocabulary.
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent bf4d6dd commit 1478fee

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

vocab/credentials/v2/template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ <h1>Reserved terms</h1>
170170

171171
<p>All terms in this section are
172172
<a href="https://www.w3.org/TR/vc-data-model-2.0/#reserved-extension-points"><em><strong>reserved</strong></em></a>.
173-
Implementers may use these properties, but should expect them and/or their meanings to change during the process to
174-
normatively specify them.
173+
Implementers may use these properties, but should expect them and/or their meanings to change during the process of
174+
normatively specifying them.
175175
</p>
176176

177177
<section id="reserved_class_definitions" class="term_definitions">

vocab/credentials/v2/vocabulary.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class:
3333
label: JSON schema validator 2023
3434
defined_by: https://www.w3.org/TR/vc-json-schema/#jsonschema2023
3535
upper_value: cred:CredentialSchema
36-
comment: A type of validator for the validation of <a href="#VerifiableCredential">Verifiable Credentials</a>, based on JSON Schema.
36+
comment: A type of validator for the validation of <a href="#VerifiableCredential">Verifiable Credentials</a> that are based on JSON Schema.
3737

3838
- id: RefreshService
3939
label: Refresh service
@@ -59,7 +59,6 @@ class:
5959
- id: VerifiablePresentation
6060
defined_by: https://www.w3.org/TR/vc-data-model-2.0/#presentations
6161
label: Verifiable presentation
62-
comment: A Presentation is data derived from one or more Credentials, issued by one or more `issuers`, that is shared with a specific `verifier`. A Verifiable Presentation is a tamper-evident Presentation encoded in such a way that authorship of the data can be trusted after a process of cryptographic verification. Certain types of verifiable presentations might contain data that is synthesized from, but do not contain, the original verifiable credentials (for example, zero-knowledge proofs).
6362

6463
property:
6564
- id: credentialSchema

0 commit comments

Comments
 (0)