Skip to content

Commit f05c847

Browse files
committed
docs: fixed typo in shim (#3600)
1 parent 64758f6 commit f05c847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shims/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
}
8484

8585
// Shim crypto.getRandomValues
86-
// @TOOD: Investigate: https://github.com/brix/crypto-js/issues/7
86+
// @TODO: Investigate: https://github.com/brix/crypto-js/issues/7
8787
if (!global.crypto) { global.crypto = { }; }
8888
if (!global.crypto.getRandomValues) {
8989
shims.push("crypto.getRandomValues");

0 commit comments

Comments
 (0)