diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index d6d52e9d60c870..569d5ff576c9f0 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2893,10 +2893,9 @@ changes: Type: Runtime -The `process.config` property is intended to provide access to configuration -settings set when the Node.js binary was compiled. However, the property has -been mutable by user code making it impossible to rely on. The ability to -change the value has been deprecated and will be disabled in the future. +The `process.config` property provides access to Node.js compile-time settings. +However, the property is mutable and therefore subject to tampering. The ability +to change the value will be removed in a future version of Node.js. ### DEP0151: Main index lookup and extension searching