From c9350fe16bde46a2187f0f601946eaa2ed918c35 Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Wed, 3 Apr 2019 00:02:47 -0700 Subject: [PATCH] esm: fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/27067 Reviewed-By: Michaƫl Zasso Reviewed-By: Yongsheng Zhang Reviewed-By: Ruben Bridgewater Reviewed-By: Gus Caplan Reviewed-By: Richard Lau Reviewed-By: Vse Mozhet Byt Reviewed-By: Colin Ihrig --- doc/api/cli.md | 6 +++--- src/node_options.cc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index ad7b65e90a827e..ced8cece1d57f0 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -131,6 +131,9 @@ conjunction with native stack and other runtime environment data. added: v6.0.0 --> +Enable FIPS-compliant crypto at startup. (Requires Node.js to be built with +`./configure --openssl-fips`.) + ### `--entry-type=type`