Skip to content

Commit

Permalink
Fix JSDoc type for the 1st param of enableIntegrityHashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyrkan committed Mar 29, 2019
1 parent 97b9327 commit 6e1b371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -1189,7 +1189,7 @@ class Encore {
* ['sha256', 'sha384', 'sha512']
* );
*
* @param {bool} enabled
* @param {boolean} enabled
* @param {string|Array} algorithms
* @returns {Encore}
*/
Expand Down

0 comments on commit 6e1b371

Please sign in to comment.