1
0
Fork 0
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:
迷渡 2021-06-14 21:48:10 +08:00 committed by GitHub
parent 1e1959f6fa
commit c651757fb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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