doc: remove "end user" · nodejs/node@ee1bcdb · GitHub
Skip to content

Commit ee1bcdb

Browse files
Trottaddaleax
authored andcommitted
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: #35200 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
1 parent 3ffaf66 commit ee1bcdb

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion

doc/api/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ The stability indices are as follows:
3838
> priority.
3939
4040
Use caution when making use of Experimental features, particularly within
41-
modules. End users may not be aware that experimental features are being used.
42-
Bugs or behavior changes may surprise end users when Experimental API
41+
modules. Users may not be aware that experimental features are being used.
42+
Bugs or behavior changes may surprise users when Experimental API
4343
modifications occur. To avoid surprises, use of an Experimental feature may need
4444
a command-line flag. Experimental features may also emit a [warning][].
4545

doc/api/domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ changes:
2020
<!-- source_link=lib/domain.js -->
2121

2222
**This module is pending deprecation**. Once a replacement API has been
23-
finalized, this module will be fully deprecated. Most end users should
23+
finalized, this module will be fully deprecated. Most developers should
2424
**not** have cause to use this module. Users who absolutely must have
2525
the functionality that domains provide may rely on it for the time being
2626
but should expect to have to migrate to a different solution

doc/api/errors.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)