Skip to content

Commit d0ab51a

Browse files
davidlehnmsporny
authored andcommitted
Fix spelling.
1 parent 446d512 commit d0ab51a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<p>
143143
Comments regarding this document by the W3C Advisory Committee are welcome
144144
before January 14th 2021, but readers should be aware that the comment period
145-
regarding the rest of this document has ended and the Working Group is unlikley
145+
regarding the rest of this document has ended and the Working Group is unlikely
146146
to make substantive modifications to the specification at this stage.
147147
Please file issues directly on
148148
<a href="https://github.com/w3c/vc-data-model/issues/">GitHub</a>,
@@ -1819,7 +1819,7 @@ <h3>Expiration</h3>
18191819
<p class="note">
18201820
It is expected that the next version of this specification will add the
18211821
<code>validUntil</code> <a>property</a> in a way that deprecates, but
1822-
preserves backwards compatability with the <code>expirationDate</code>
1822+
preserves backwards compatibility with the <code>expirationDate</code>
18231823
<a>property</a>. Implementers are advised that the <code>validUntil</code>
18241824
<a>property</a> is reserved and its use for any other purpose is discouraged.
18251825
</p>
@@ -2100,7 +2100,7 @@ <h3>Lifecycle Details</h3>
21002100
</p>
21012101

21022102
<p>
2103-
The most comon sequence of actions is envisioned to be:
2103+
The most common sequence of actions is envisioned to be:
21042104
</p>
21052105

21062106
<ol>
@@ -2116,7 +2116,7 @@ <h3>Lifecycle Details</h3>
21162116
</ol>
21172117

21182118
<p>
2119-
This specification does not define any protocol for transfering
2119+
This specification does not define any protocol for transferring
21202120
<a>verifiable credentials</a> or <a>verifiable presentations</a>, but assuming
21212121
other specifications do specify how they are transferred between entities, then
21222122
this Verifiable Credential Data Model is directly applicable.
@@ -3325,7 +3325,7 @@ <h3>JSON</h3>
33253325

33263326
<p>
33273327
The data model, as described in Section <a href="#core-data-model"></a>, can be
3328-
encoded in Javascript Object Notation (JSON) [[!RFC8259]] by mapping property
3328+
encoded in JavaScript Object Notation (JSON) [[!RFC8259]] by mapping property
33293329
values to JSON types as follows:
33303330
</p>
33313331

@@ -5018,7 +5018,7 @@ <h3>Language and Base Direction</h3>
50185018
</pre>
50195019

50205020
<p class="note">
5021-
The text above would most likley be rendered incorrectly as left-to-right
5021+
The text above would most likely be rendered incorrectly as left-to-right
50225022
without the explicit expression of language and direction because many systems
50235023
use the first character of a text string to determine text direction.
50245024
</p>

0 commit comments

Comments
 (0)