From 29bb2bb57d2a993e4e79172fe6b954f8047eee81 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 3 Mar 2022 20:45:30 +0100 Subject: doc: use parenthesis instead of em dash PR-URL: https://github.com/nodejs/node/pull/42202 Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott Reviewed-By: Benjamin Gruenbaum --- doc/api/crypto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api/crypto.md') diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 8025e0f9182..5721f8df30f 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -54,8 +54,8 @@ try { When using the lexical ESM `import` keyword, the error can only be caught if a handler for `process.on('uncaughtException')` is registered -_before_ any attempt to load the module is made -- using, for instance, -a preload module. +_before_ any attempt to load the module is made (using, for instance, +a preload module). When using ESM, if there is a chance that the code may be run on a build of Node.js where crypto support is not enabled, consider using the -- cgit v1.2.3