summaryrefslogtreecommitdiff
path: root/doc/api/inspector.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/inspector.md')
-rw-r--r--doc/api/inspector.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/inspector.md b/doc/api/inspector.md
index 92fcb0e03f..02aa1ac141 100644
--- a/doc/api/inspector.md
+++ b/doc/api/inspector.md
@@ -144,7 +144,7 @@ session.post('Runtime.evaluate', { expression: '2 + 2' },
The latest version of the V8 inspector protocol is published on the
[Chrome DevTools Protocol Viewer][].
-Node inspector supports all the Chrome DevTools Protocol domains declared
+Node.js inspector supports all the Chrome DevTools Protocol domains declared
by V8. Chrome DevTools Protocol domain provides an interface for interacting
with one of the runtime agents used to inspect the application state and listen
to the run-time events.