Skip to content

Commit 8fbbf03

Browse files
committed
Replace "sig" with "sign" in a few statements about the allowed values of the "use" JWK field.
1 parent 432f094 commit 8fbbf03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4357,7 +4357,7 @@ <h5>Import Key</h5>
43574357
<li>
43584358
<p>
43594359
If |usages| is non-empty and the {{JsonWebKey/use}} field of |jwk| is present and is
4360-
not a case-sensitive string match to "`sig`",
4360+
not a case-sensitive string match to "`sign`",
43614361
then [= exception/throw =] a
43624362
{{DataError}}.
43634363
</p>
@@ -7922,7 +7922,7 @@ <h5>Import Key</h5>
79227922
<li>
79237923
<p>
79247924
If |usages| is non-empty and the {{JsonWebKey/use}} field of |jwk| is present and is
7925-
not "`sig`",
7925+
not "`sign`",
79267926
then [= exception/throw =] a
79277927
{{DataError}}.
79287928
</p>
@@ -10824,7 +10824,7 @@ <h5>Import Key</h5>
1082410824
<li>
1082510825
<p>
1082610826
If |usages| is non-empty and the {{JsonWebKey/use}} field of |jwk| is present and is
10827-
not "`sig`",
10827+
not "`sign`",
1082810828
then [= exception/throw =] a
1082910829
{{DataError}}.
1083010830
</p>

0 commit comments

Comments
 (0)