From 7e4c387ae5f7186717c1def65e26dc9a774152ea Mon Sep 17 00:00:00 2001 From: Jonathan Svenheden Date: Thu, 27 May 2021 09:48:05 +0200 Subject: docs(permissions): fix grammatical error in permissions docs (#10755) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- docs/getting_started/permissions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/getting_started/permissions.md') 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 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 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 -- cgit v1.2.3