mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
docs(permissions): fix grammatical error in permissions docs (#10755)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
3468e1fcf8
commit
7e4c387ae5
1 changed files with 3 additions and 3 deletions
|
@ -28,14 +28,14 @@ The following permissions are available:
|
|||
- **--allow-plugin** Allow loading plugins. Please note that --allow-plugin is
|
||||
an unstable feature.
|
||||
- **--allow-read=\<allow-read\>** Allow file system read access. You can specify
|
||||
an optional, comma-separated list of directories or files to provide a
|
||||
an optional, comma-separated list of directories or files to provide an
|
||||
allow-list of allowed file system access.
|
||||
- **--allow-run** Allow running subprocesses. Be aware that subprocesses are not
|
||||
run in a sandbox and therefore do not have the same security restrictions as
|
||||
the deno process. Therefore, use with caution.
|
||||
- **--allow-write=\<allow-write\>** Allow file system write access. You can
|
||||
specify an optional, comma-separated list of directories or files to provide a
|
||||
allow-list of allowed file system access.
|
||||
specify an optional, comma-separated list of directories or files to provide
|
||||
an allow-list of allowed file system access.
|
||||
|
||||
### Permissions allow-list
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue