File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ This flag exists so that the main module can be opted-in to the same behavior
493493that ` --preserve-symlinks ` gives to all other imports; they are separate flags,
494494however, for backward compatibility with older Node.js versions.
495495
496- Note that ` --preserve-symlinks-main ` does not imply ` --preserve-symlinks ` ; it
496+ ` --preserve-symlinks-main ` does not imply ` --preserve-symlinks ` ; it
497497is expected that ` --preserve-symlinks-main ` will be used in addition to
498498` --preserve-symlinks ` when it is not desirable to follow symlinks before
499499resolving relative paths.
@@ -904,7 +904,7 @@ certificates in PEM format. A message will be emitted (once) with
904904[ ` process.emitWarning() ` ] [ emit_warning ] if the file is missing or
905905malformed, but any errors are otherwise ignored.
906906
907- Note that neither the well known nor extra certificates are used when the ` ca `
907+ Neither the well known nor extra certificates are used when the ` ca `
908908options property is explicitly specified for a TLS or HTTPS client or server.
909909
910910This environment variable is ignored when ` node ` runs as setuid root or
You can’t perform that action at this time.
0 commit comments