diff options
author | Rich Trott <rtrott@gmail.com> | 2020-09-14 17:40:34 -0700 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2020-09-17 08:34:47 -0700 |
commit | 72e20298116d24baaf05f4dd0a0c997f1138b0c2 (patch) | |
tree | 865136de26e0f4b86f0d1f7aedd04e9214cfa8ac /doc/api/deprecations.md | |
parent | c205f672e9cf0c70ea26f87eb97342947a244e18 (diff) | |
download | node-new-72e20298116d24baaf05f4dd0a0c997f1138b0c2.tar.gz |
doc: remove "end user"
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 <targos@protonmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r-- | doc/api/deprecations.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 822188d6a0..8d16d7f4d0 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 <!-- YAML |