Skip to content

Commit

Permalink
doc: fix typo (remove redundant 'from') in first_steps.md (denoland#5199
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Haobo-Zhao committed May 11, 2020
1 parent d062ffc commit c912ffd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting_started/first_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c912ffd

Please sign in to comment.