Skip to content

Commit

Permalink
Fix Doc Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rue committed Apr 21, 2016
1 parent e5801f8 commit c8e27f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jwe/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
* @property {String} contentAlg The algorithm used to encrypt the plaintext
* (default is **`"A128CBC-HS256"`**).
* @property {String|String[]} protect The names of the headers to integrity
* protect. The value `""` means that none of header parameters
* protect. The value `""` means that none of the header parameters
* are integrity protected, while `"*"` (the default) means that all
* headers parameter sare integrity protected.
* header parameters are integrity protected.
*/
var JWEDefaults = {
zip: false,
Expand Down

0 comments on commit c8e27f5

Please sign in to comment.