We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbb447 commit 04d2c74Copy full SHA for 04d2c74
doc/api/crypto.md
@@ -54,8 +54,8 @@ try {
54
55
When using the lexical ESM `import` keyword, the error can only be
56
caught if a handler for `process.on('uncaughtException')` is registered
57
-_before_ any attempt to load the module is made -- using, for instance,
58
-a preload module.
+_before_ any attempt to load the module is made (using, for instance,
+a preload module).
59
60
When using ESM, if there is a chance that the code may be run on a build
61
of Node.js where crypto support is not enabled, consider using the
0 commit comments