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 @@

The wrapKey method

26262626
that is marked as non-extractable using the {{JsonWebKey/ext}} JWK member.
26272627

26282628

2629-
However, the unwrapKey method does support the JsonWebKey/ext}} JWK member,
2629+
However, the unwrapKey method does 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

26332633
26342634
26352635
  • 26362636

    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

    0 commit comments

    Comments
     (0)