diff --git a/doc/api/process.md b/doc/api/process.md index 151c29091f8c20..a4f311d78c09b7 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1891,7 +1891,7 @@ previous setting of `process.exitCode`. ## `process.features.cached_builtins` * {boolean} @@ -1901,7 +1901,7 @@ A boolean value that is `true` if the current Node.js build is caching builtin m ## `process.features.debug` * {boolean} @@ -1911,7 +1911,7 @@ A boolean value that is `true` if the current Node.js build is a debug build. ## `process.features.inspector` * {boolean} @@ -1921,7 +1921,7 @@ A boolean value that is `true` if the current Node.js build includes the inspect ## `process.features.ipv6` * {boolean} @@ -1931,7 +1931,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls` * {boolean} @@ -1941,7 +1941,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls_alpn` * {boolean} @@ -1953,7 +1953,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls_ocsp` * {boolean} @@ -1965,7 +1965,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls_sni` * {boolean} @@ -1977,7 +1977,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.uv` * {boolean}