From e87076d4f5a6e747fc3c458b1351bbd91db180ac Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Tue, 26 Sep 2023 16:39:08 -0400 Subject: [PATCH] Fix spelling errors in base classes section. Co-authored-by: Ted Thibodeau Jr --- index.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index ec918c7fa..c3adc46ae 100644 --- a/index.html +++ b/index.html @@ -6026,7 +6026,7 @@

Vocabularies

The following base classes are defined in this specification for processors -and other specifications that benefit from the definition of base classes: +and other specifications that benefit from such definitions:

@@ -6042,10 +6042,10 @@

Vocabularies

`CredentialEvidence` @@ -6054,7 +6054,7 @@

Vocabularies

`CredentialSchema` @@ -6063,7 +6063,7 @@

Vocabularies

`CredentialStatus` @@ -6072,10 +6072,10 @@

Vocabularies

`ConfidenceMethod` @@ -6085,10 +6085,10 @@

Vocabularies

`RefreshService` @@ -6098,10 +6098,10 @@

Vocabularies

`RenderMethod` @@ -6111,10 +6111,10 @@

Vocabularies

`TermsOfUse`
-Serves as a supercass for specific evidence types that are placed into the +Serves as a superclass for specific evidence types that are placed into the evidence property. This superclass is at risk and will be removed if at least two independent -implementations for the super class are not identified by the end of the +implementations for the superclass are not identified by the end of the Candidate Recommendation phase.
-Serves as a supercass for specific schema types that are placed into the +Serves as a superclass for specific schema types that are placed into the credentialSchema property.
-Serves as a supercass for specific credential status types that are placed into +Serves as a superclass for specific credential status types that are placed into the credentialStatus property.
-Serves as a supercass for specific confidence method types that are placed into +Serves as a superclass for specific confidence method types that are placed into the `confidenceMethod` property. This superclass is at risk and will be removed if -at least two independent implementations for the super class are not identified +at least two independent implementations for the superclass are not identified by the end of the Candidate Recommendation phase. -Serves as a supercass for specific refresh service types that are placed into +Serves as a superclass for specific refresh service types that are placed into the credentialRefresh property. This superclass is at risk and will be removed if -at least two independent implementations for the super class are not identified +at least two independent implementations for the superclass are not identified by the end of the Candidate Recommendation phase. -Serves as a supercass for specific render method types that are placed into +Serves as a superclass for specific render method types that are placed into the `renderMethod` property. This superclass is at risk and will be removed if -at least two independent implementations for the super class are not identified +at least two independent implementations for the superclass are not identified by the end of the Candidate Recommendation phase. -Serves as a supercass for specific terms of use types that are placed into +Serves as a superclass for specific terms of use types that are placed into the termsOfUse property. This superclass is at risk and will be removed if -at least two independent implementations for the super class are not identified +at least two independent implementations for the superclass are not identified by the end of the Candidate Recommendation phase.