Skip to content

Commit 28926b1

Browse files
Update doc/api/permissions.md
Co-authored-by: Luigi Pinca <[email protected]>
1 parent ea5c6bc commit 28926b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ There are constraints you need to know before using this system:
246246

247247
#### process.\_debugProcess() and cross-process Inspector activation
248248

249-
The kInspector permission scope restricts the current process from opening its own V8 Inspector. However,
249+
The `kInspector` permission scope restricts the current process from opening its own V8 Inspector. However,
250250
process.\_debugProcess(pid) — which sends an OS-level signal (SIGUSR1 on POSIX, a remote thread on Windows)
251251
to an external process — is not gated by the kInspector scope or any other Permission Model scope.
252252

0 commit comments

Comments
 (0)