mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
doc: fix typo on first_steps.md (#5149)
This commit is contained in:
parent
5fea4e826c
commit
c0e8bae498
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ deno run https://deno.land/std/examples/curl.ts https://example.com
|
|||
You will see that this program returns an error regarding network access, so
|
||||
what did we do wrong? You might remember from the introduction that Deno is a
|
||||
runtime that is secure by default. This means that you need to explicitly give
|
||||
programs the permission to do certain 'privledged' actions like network access.
|
||||
programs the permission to do certain 'privileged' actions like network access.
|
||||
|
||||
Try it out again with the correct permission flag:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue