From c651757fb7a1f6cec94c3857973d3316129bccb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Mon, 14 Jun 2021 21:48:10 +0800 Subject: docs: fix typo (#10952) --- docs/getting_started/permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting_started/permissions.md') diff --git a/docs/getting_started/permissions.md b/docs/getting_started/permissions.md index aba591100..0a8eda6bf 100644 --- a/docs/getting_started/permissions.md +++ b/docs/getting_started/permissions.md @@ -32,7 +32,7 @@ The following permissions are available: - **--allow-read=\** Allow file system read access. You can specify an optional, comma-separated list of directories or files to provide an allow-list of allowed file system access. -- **--allow-run=\**Allow running subprocesses. Since Deno 1.9, You +- **--allow-run=\** Allow running subprocesses. Since Deno 1.9, You can specify an options, comma-separated list of subprocesses to provide an allow-list of allowed subprocesses. Be aware that subprocesses are not run in a sandbox and therefore do not have the same security restrictions as the deno -- cgit v1.2.3