0
0
Fork 0
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:
Jonathan Svenheden 2021-05-27 09:48:05 +02:00 committed by GitHub
parent 3468e1fcf8
commit 7e4c387ae5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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