summaryrefslogtreecommitdiff
path: root/doc/api/inspector.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-07 15:23:10 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-08 20:37:19 +0300
commit08a36a06667f9b615e09df1bb79eeed5fd5c7000 (patch)
tree317e8f654302da3b7f7b3338421621723b039022 /doc/api/inspector.md
parent53035b142b82a07e533bf5e7766b36b141123ea7 (diff)
downloadandroid-node-v8-08a36a06667f9b615e09df1bb79eeed5fd5c7000.tar.gz
android-node-v8-08a36a06667f9b615e09df1bb79eeed5fd5c7000.tar.bz2
android-node-v8-08a36a06667f9b615e09df1bb79eeed5fd5c7000.zip
doc: unify property sections
PR-URL: https://github.com/nodejs/node/pull/19869 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/api/inspector.md')
-rw-r--r--doc/api/inspector.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/inspector.md b/doc/api/inspector.md
index 8a6dc188b0..3f461d0ecf 100644
--- a/doc/api/inspector.md
+++ b/doc/api/inspector.md
@@ -104,9 +104,9 @@ a front-end connected to the Inspector WebSocket port.
added: v8.0.0
-->
-* method {string}
-* params {Object}
-* callback {Function}
+* `method` {string}
+* `params` {Object}
+* `callback` {Function}
Posts a message to the inspector back-end. `callback` will be notified when
a response is received. `callback` is a function that accepts two optional