mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
docs: fix typo (#10952)
This commit is contained in:
parent
1e1959f6fa
commit
c651757fb7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ The following permissions are available:
|
|||
- **--allow-read=\<allow-read\>** Allow file system read access. You can specify
|
||||
an optional, comma-separated list of directories or files to provide an
|
||||
allow-list of allowed file system access.
|
||||
- **--allow-run=\<allow-run\>**Allow running subprocesses. Since Deno 1.9, You
|
||||
- **--allow-run=\<allow-run\>** Allow running subprocesses. Since Deno 1.9, You
|
||||
can specify an options, comma-separated list of subprocesses to provide an
|
||||
allow-list of allowed subprocesses. Be aware that subprocesses are not run in
|
||||
a sandbox and therefore do not have the same security restrictions as the deno
|
||||
|
|
Loading…
Reference in a new issue