Skip to content

Commit

Permalink
Fix typo (Modernizr#2243)
Browse files Browse the repository at this point in the history
  • Loading branch information
timkraut authored and patrickkettner committed Sep 6, 2017
1 parent 4b01e64 commit d5f881a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature-detects/crypto/getrandomvalues.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
!*/
/* DOC
Detects support for the window.crypto.getRandomValues for generate cryptographically secure random numbers
Detects support for the window.crypto.getRandomValues method for generating cryptographically secure random numbers
*/
define(['Modernizr', 'prefixed', 'is'], function(Modernizr, prefixed, is) {
// In Safari <=5.0 `window.crypto` exists (for some reason) but is `undefined`, so we have to check
Expand Down

0 comments on commit d5f881a

Please sign in to comment.