0
0
Fork 0
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:
Ganesh R 2020-05-08 17:59:03 +05:30 committed by GitHub
parent 5fea4e826c
commit c0e8bae498
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: