diff --git a/doc/api/process.md b/doc/api/process.md index dfc3680956ce44..68727c2bb61a0c 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1880,7 +1880,7 @@ previous setting of `process.exitCode`. ## `process.features.cached_builtins` * {boolean} @@ -1890,7 +1890,7 @@ A boolean value that is `true` if the current Node.js build is caching builtin m ## `process.features.debug` * {boolean} @@ -1900,7 +1900,7 @@ A boolean value that is `true` if the current Node.js build is a debug build. ## `process.features.inspector` * {boolean} @@ -1910,7 +1910,7 @@ A boolean value that is `true` if the current Node.js build includes the inspect ## `process.features.ipv6` * {boolean} @@ -1920,7 +1920,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls` * {boolean} @@ -1930,7 +1930,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls_alpn` * {boolean} @@ -1942,7 +1942,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls_ocsp` * {boolean} @@ -1954,7 +1954,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls_sni` * {boolean} @@ -1966,7 +1966,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.uv` * {boolean}