summaryrefslogtreecommitdiff
path: root/doc/api/domain.md
diff options
context:
space:
mode:
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