Skip to content

Commit

Permalink
Fix spelling errors in base classes section.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
msporny and TallTed committed Sep 26, 2023
1 parent a7c8f3e commit e87076d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6026,7 +6026,7 @@ <h3>Vocabularies</h3>

<p>
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:
</p>

<table class="simple">
Expand All @@ -6042,10 +6042,10 @@ <h3>Vocabularies</h3>
`CredentialEvidence`
</td>
<td>
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
<a href="#evidence">evidence</a> property. <span class="issue atrisk">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.</span>
</td>
</tr>
Expand All @@ -6054,7 +6054,7 @@ <h3>Vocabularies</h3>
`CredentialSchema`
</td>
<td>
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
<a href="#data-schemas">credentialSchema</a> property.
</td>
</tr>
Expand All @@ -6063,7 +6063,7 @@ <h3>Vocabularies</h3>
`CredentialStatus`
</td>
<td>
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 <a href="#status">credentialStatus</a> property.
</td>
</tr>
Expand All @@ -6072,10 +6072,10 @@ <h3>Vocabularies</h3>
`ConfidenceMethod`
</td>
<td>
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.
<span class="issue atrisk">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.
</span>
</td>
Expand All @@ -6085,10 +6085,10 @@ <h3>Vocabularies</h3>
`RefreshService`
</td>
<td>
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 <a href="#refreshing">credentialRefresh</a> property.
<span class="issue atrisk">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.
</span>
</td>
Expand All @@ -6098,10 +6098,10 @@ <h3>Vocabularies</h3>
`RenderMethod`
</td>
<td>
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.
<span class="issue atrisk">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.
</span>
</td>
Expand All @@ -6111,10 +6111,10 @@ <h3>Vocabularies</h3>
`TermsOfUse`
</td>
<td>
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 <a href="#terms-of-use">termsOfUse</a> property.
<span class="issue atrisk">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.
</span>
</td>
Expand Down

0 comments on commit e87076d

Please sign in to comment.