summaryrefslogtreecommitdiff
path: root/docs/getting_started
diff options
context:
space:
mode:
author迷渡 <justjavac@gmail.com>2021-06-14 21:48:10 +0800
committerGitHub <noreply@github.com>2021-06-14 15:48:10 +0200
commitc651757fb7a1f6cec94c3857973d3316129bccb8 (patch)
tree0e2da216e0135d2b31d047d774293ceb3a75216e /docs/getting_started
parent1e1959f6fac6dd0e499532772c8143285cdd81de (diff)
docs: fix typo (#10952)
Diffstat (limited to 'docs/getting_started')
-rw-r--r--docs/getting_started/permissions.md2
1 files changed, 1 insertions, 1 deletions
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-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-run\>**Allow running subprocesses. Since Deno 1.9, You
+- **--allow-run=\<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