diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 5729a9fd87fc27..261c7fbd91105c 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -1726,7 +1726,7 @@ Type: Deprecation revoked Importing assert directly was not recommended as the exposed functions use loose equality checks. The deprecation was revoked because use of the `assert` -module is not discouraged, and the deprecation caused end user confusion. +module is not discouraged, and the deprecation caused developer confusion. ### DEP0090: Invalid GCM authentication tag lengths **This module is pending deprecation**. Once a replacement API has been -finalized, this module will be fully deprecated. Most end users should +finalized, this module will be fully deprecated. Most developers should **not** have cause to use this module. Users who absolutely must have the functionality that domains provide may rely on it for the time being but should expect to have to migrate to a different solution diff --git a/doc/api/errors.md b/doc/api/errors.md index 7de3ee9da2e58f..1dfc424e2a965e 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -224,7 +224,7 @@ above `constructorOpt`, including `constructorOpt`, will be omitted from the generated stack trace. The `constructorOpt` argument is useful for hiding implementation -details of error generation from an end user. For instance: +details of error generation from the user. For instance: ```js function MyError() {