From 97d48f691f73b3e5ce81c1055228afc93856546f Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Wed, 3 Apr 2019 00:02:47 -0700 Subject: [PATCH] esm: fix typos --- 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`