Skip to content

Commit c8e27f5

Browse files
committed
Fix Doc Typo
1 parent e5801f8 commit c8e27f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/jwe/defaults.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
* @property {String} contentAlg The algorithm used to encrypt the plaintext
2525
* (default is **`"A128CBC-HS256"`**).
2626
* @property {String|String[]} protect The names of the headers to integrity
27-
* protect. The value `""` means that none of header parameters
27+
* protect. The value `""` means that none of the header parameters
2828
* are integrity protected, while `"*"` (the default) means that all
29-
* headers parameter sare integrity protected.
29+
* header parameters are integrity protected.
3030
*/
3131
var JWEDefaults = {
3232
zip: false,

0 commit comments

Comments
 (0)