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/errors.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/errors.md')
-rw-r--r--doc/api/errors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 98ca5c17a8f..745bee7d10f 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() {