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:
authorYuta Hiroto <git@about-hiroppy.com>2018-03-04 16:46:49 +0300
committerLeko <leko.noor@gmail.com>2018-03-05 18:46:30 +0300
commit35c7238bb793ee6c6aa9f5f4f3577e94ea2b9837 (patch)
treeed7dd64b71ba39d8e7cfd015f5cdc3ce2fb50391 /doc/api/domain.md
parent3ed363cb36a9fb686956c0b8b2953ff08a6f0ee8 (diff)
doc: replace to Node.js
PR-URL: https://github.com/nodejs/node/pull/19056 Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Diffstat (limited to 'doc/api/domain.md')
-rw-r--r--doc/api/domain.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/domain.md b/doc/api/domain.md
index a9ca7f2d277..16fe3b6784c 100644
--- a/doc/api/domain.md
+++ b/doc/api/domain.md
@@ -443,7 +443,7 @@ than crashing the program.
## Domains and Promises
-As of Node 8.0.0, the handlers of Promises are run inside the domain in
+As of Node.js 8.0.0, the handlers of Promises are run inside the domain in
which the call to `.then` or `.catch` itself was made:
```js