From 72e20298116d24baaf05f4dd0a0c997f1138b0c2 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 14 Sep 2020 17:40:34 -0700 Subject: [PATCH] doc: remove "end user" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We use "end user" in ambiguous ways. Sometimes we mean the developer, and sometimes we mean the application user. Use "developer" where developer is meant. Refs: https://docs.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/u/user-end-user PR-URL: https://github.com/nodejs/node/pull/35200 Reviewed-By: Michaƫl Zasso Reviewed-By: Daijiro Wachi --- doc/api/deprecations.md | 2 +- doc/api/documentation.md | 4 ++-- doc/api/domain.md | 2 +- doc/api/errors.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 822188d6a06ae8..8d16d7f4d0effc 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -1744,7 +1744,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 98ca5c17a8fd21..745bee7d10f868 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() {