Skip to content

Commit 7286694

Browse files
committed
Fix typos in crypto.subtle.wrapKey
1 parent 37f3dd8 commit 7286694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2626,15 +2626,15 @@ <h4>The wrapKey method</h4>
26262626
that is marked as non-extractable using the {{JsonWebKey/ext}} JWK member.
26272627
</p>
26282628
<p>
2629-
However, the unwrapKey method <em>does</em> support the JsonWebKey/ext}} JWK member,
2629+
However, the unwrapKey method <em>does</em> support the {{JsonWebKey/ext}} JWK member,
26302630
so that wrapped non-extractable keys created elsewhere, for example by a server, can be
26312631
unwrapped using this API.
26322632
</p>
26332633
</div>
26342634
</li>
26352635
<li>
26362636
<p>
2637-
Let |key| be the result of performing the export key operation specified
2637+
Let |key| be the result of performing the export key operation specified by
26382638
the {{CryptoKey/[[algorithm]]}} internal slot of
26392639
|key| using |key| and |format|.
26402640
</p>

0 commit comments

Comments
 (0)