summaryrefslogtreecommitdiff
path: root/docs/runtime
diff options
context:
space:
mode:
authorNugine <nugine@foxmail.com>2020-05-13 18:13:06 +0800
committerGitHub <noreply@github.com>2020-05-13 12:13:06 +0200
commitbc7817e1610faf0abe3c8629fc8163fdcb36b75f (patch)
tree62d488db81a87186e032368fbc087cb364a17452 /docs/runtime
parente34a3b61f449cf6197b6d701770a85d9205c2a7b (diff)
doc: fix typo in workers.md (#5256)
Diffstat (limited to 'docs/runtime')
-rw-r--r--docs/runtime/workers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/workers.md b/docs/runtime/workers.md
index 16099a35b..3df712275 100644
--- a/docs/runtime/workers.md
+++ b/docs/runtime/workers.md
@@ -42,7 +42,7 @@ $ deno run --allow-read main.ts
hello world
```
-For workers using remote modules; `--allow-read` permission is required:
+For workers using remote modules; `--allow-net` permission is required:
```ts
// main.ts