diff --git a/doc/api/process.md b/doc/api/process.md index 4ae226e0a7fbff..356b91b69a2208 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1899,7 +1899,7 @@ previous setting of `process.exitCode`. ## `process.features.cached_builtins` * {boolean} @@ -1909,7 +1909,7 @@ A boolean value that is `true` if the current Node.js build is caching builtin m ## `process.features.debug` * {boolean} @@ -1919,7 +1919,7 @@ A boolean value that is `true` if the current Node.js build is a debug build. ## `process.features.inspector` * {boolean} @@ -1929,7 +1929,7 @@ A boolean value that is `true` if the current Node.js build includes the inspect ## `process.features.ipv6` * {boolean} @@ -1939,7 +1939,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls` * {boolean} @@ -1949,7 +1949,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls_alpn` * {boolean} @@ -1961,7 +1961,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls_ocsp` * {boolean} @@ -1973,7 +1973,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls_sni` * {boolean} @@ -1985,7 +1985,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.uv` * {boolean}