summaryrefslogtreecommitdiff
path: root/doc/api/domain.md
diff options
context:
space:
mode:
authorYuta Hiroto <git@about-hiroppy.com>2018-03-04 22:46:49 +0900
committerLeko <leko.noor@gmail.com>2018-03-06 00:46:30 +0900
commit35c7238bb793ee6c6aa9f5f4f3577e94ea2b9837 (patch)
treeed7dd64b71ba39d8e7cfd015f5cdc3ce2fb50391 /doc/api/domain.md
parent3ed363cb36a9fb686956c0b8b2953ff08a6f0ee8 (diff)
downloadandroid-node-v8-35c7238bb793ee6c6aa9f5f4f3577e94ea2b9837.tar.gz
android-node-v8-35c7238bb793ee6c6aa9f5f4f3577e94ea2b9837.tar.bz2
android-node-v8-35c7238bb793ee6c6aa9f5f4f3577e94ea2b9837.zip
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 a9ca7f2d27..16fe3b6784 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