diff options
author | Jonathan Svenheden <jonathan@svenheden.com> | 2021-05-27 09:48:05 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2021-05-31 16:37:35 +0200 |
commit | a43d11fa3278cab3467d03f70079527736fe9c52 (patch) | |
tree | 4f1fe07e430d6d3d4d4ae9c57743eeb8727022a8 | |
parent | cf6b764a35f17dcdd5903c92f9c140ac8f43aa79 (diff) |
docs(permissions): fix grammatical error in permissions docs (#10755)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
-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 |