From 04d2c74c8a6cce53072638e6f0825a89e8d183cf Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 3 Mar 2022 20:45:30 +0100 Subject: [PATCH] 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(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 50fbd1dd29ba43..ae855146b7ad91 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