summaryrefslogtreecommitdiff
path: root/docs/getting_started/first_steps.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started/first_steps.md')
-rw-r--r--docs/getting_started/first_steps.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting_started/first_steps.md b/docs/getting_started/first_steps.md
index 8c9e4ea0a..34250e173 100644
--- a/docs/getting_started/first_steps.md
+++ b/docs/getting_started/first_steps.md
@@ -29,9 +29,9 @@ deno run https://deno.land/std/examples/welcome.ts
### Making an HTTP request
-Something a lot of programs do is fetching data from from a webserver via an
-HTTP request. Lets write a small program that fetches a file and prints the
-content to the terminal.
+Something a lot of programs do is fetching data from a webserver via an HTTP
+request. Lets write a small program that fetches a file and prints the content
+to the terminal.
Just like in the browser you can use the web standard
[`fetch`](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) API to