esm: fix typos · nodejs/node@5e98f87 (original) (raw)

Original file line number Diff line number Diff line change
@@ -131,6 +131,9 @@ conjunction with native stack and other runtime environment data.
131 131 added: v6.0.0
132 132 -->
133 133
134 +Enable FIPS-compliant crypto at startup. (Requires Node.js to be built with
135 +`./configure --openssl-fips`.)
136 +
134 137 ### `--entry-type=type`
135 138 <!-- YAML
136 139 added: REPLACEME
@@ -144,9 +147,6 @@ the file extension and the `"type"` field in the nearest parent `package.json`.
144 147
145 148 Works for executing a file as well as `--eval`, `--print`, `STDIN`.
146 149
147 -Enable FIPS-compliant crypto at startup. (Requires Node.js to be built with
148 -`./configure --openssl-fips`.)
149 -
150 150 ### `--es-module-specifier-resolution=mode`
151 151 <!-- YAML
152 152 added: REPLACEME