diff options
author | Jonathan Svenheden <jonathan@svenheden.com> | 2021-05-27 09:48:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-27 16:48:05 +0900 |
commit | 7e4c387ae5f7186717c1def65e26dc9a774152ea (patch) | |
tree | 4923a9769c62564eb75fca99188f130d688f6ced /docs/getting_started | |
parent | 3468e1fcf8a3c9163cee714f0a3da9ab5acf4b01 (diff) |
docs(permissions): fix grammatical error in permissions docs (#10755)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'docs/getting_started')
-rw-r--r-- | docs/getting_started/permissions.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting_started/permissions.md b/docs/getting_started/permissions.md index d02f40886..c59bb3aaa 100644 --- a/docs/getting_started/permissions.md +++ b/docs/getting_started/permissions.md @@ -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 |