We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5801f8 commit c8e27f5Copy full SHA for c8e27f5
lib/jwe/defaults.js
@@ -24,9 +24,9 @@
24
* @property {String} contentAlg The algorithm used to encrypt the plaintext
25
* (default is **`"A128CBC-HS256"`**).
26
* @property {String|String[]} protect The names of the headers to integrity
27
- * protect. The value `""` means that none of header parameters
+ * protect. The value `""` means that none of the header parameters
28
* are integrity protected, while `"*"` (the default) means that all
29
- * headers parameter sare integrity protected.
+ * header parameters are integrity protected.
30
*/
31
var JWEDefaults = {
32
zip: false,
0 commit comments