Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-09-15 03:40:34 +0300
committerRich Trott <rtrott@gmail.com>2020-09-17 18:34:47 +0300
commit72e20298116d24baaf05f4dd0a0c997f1138b0c2 (patch)
tree865136de26e0f4b86f0d1f7aedd04e9214cfa8ac /doc/api/documentation.md
parentc205f672e9cf0c70ea26f87eb97342947a244e18 (diff)
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/documentation.md')
-rw-r--r--doc/api/documentation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/documentation.md b/doc/api/documentation.md
index f15936b3f43..779b02d14c7 100644
--- a/doc/api/documentation.md
+++ b/doc/api/documentation.md
@@ -38,8 +38,8 @@ The stability indices are as follows:
> priority.
Use caution when making use of Experimental features, particularly within
-modules. End users may not be aware that experimental features are being used.
-Bugs or behavior changes may surprise end users when Experimental API
+modules. Users may not be aware that experimental features are being used.
+Bugs or behavior changes may surprise users when Experimental API
modifications occur. To avoid surprises, use of an Experimental feature may need
a command-line flag. Experimental features may also emit a [warning][].