Skip to content

Commit c8c9c01

Browse files
committedFeb 11, 2025·
Fix typo
1 parent 1b54cc4 commit c8c9c01

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
@@ -1047,7 +1047,7 @@ function _crypt(b, salt, rounds, callback, progressCallback) {
10471047
* @param {string} s String to hash
10481048
* @param {?string} salt Salt to use, actually never null
10491049
* @param {function(Error, string=)=} callback Callback receiving the error, if any, and the resulting hash. If omitted,
1050-
* hashing is perormed synchronously.
1050+
* hashing is performed synchronously.
10511051
* @param {function(number)=} progressCallback Callback called with the current progress
10521052
* @returns {string|undefined} Resulting hash if callback has been omitted, otherwise `undefined`
10531053
* @inner

0 commit comments

Comments
 (0)
Please sign in to comment.