Skip to content

Commit 6e1b371

Browse files
committed
Fix JSDoc type for the 1st param of enableIntegrityHashes
1 parent 97b9327 commit 6e1b371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ class Encore {
11891189
* ['sha256', 'sha384', 'sha512']
11901190
* );
11911191
*
1192-
* @param {bool} enabled
1192+
* @param {boolean} enabled
11931193
* @param {string|Array} algorithms
11941194
* @returns {Encore}
11951195
*/

0 commit comments

Comments
 (0)