Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
evanvosberg committed Feb 11, 2020
1 parent e4ac157 commit 7e2710a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var CryptoJS = CryptoJS || (function (Math, undefined) {
var cryptoSecureRandomInt = function () {
// Native crypto module on NodeJS environment
try {
// Native rypto from global object or import via require
// Native crypto from global object or import via require
var crypto = global.crypto || require('crypto');

return crypto.randomBytes(4).readInt32LE();
Expand Down

0 comments on commit 7e2710a

Please sign in to comment.