diff --git a/doc/api/permissions.md b/doc/api/permissions.md index 75f717be487ae8..7267f6d91f3f7e 100644 --- a/doc/api/permissions.md +++ b/doc/api/permissions.md @@ -482,7 +482,7 @@ flag. When starting Node.js with `--experimental-permission`, the ability to access the file system through the `fs` module, spawn processes, -use `node:worker_threads` and enable the runtime inspector +use `node:worker_threads`, native addons, and enable the runtime inspector will be restricted. ```console