mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
docs: fix typo in fetch example (#10057)
This commit is contained in:
parent
a87da4b19a
commit
cd0560210a
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
|
||||
When building any sort of web application developers will usually need to
|
||||
retrieve data from somewhere else on the web. This works no differently in Deno
|
||||
than in any other JavaScript application, just call the the `fetch()` method.
|
||||
For more information on fetch read the
|
||||
than in any other JavaScript application, just call the `fetch()` method. For
|
||||
more information on fetch read the
|
||||
[MDN documentation](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API).
|
||||
|
||||
The exception with Deno occurs when running a script which makes a call over the
|
||||
|
|
Loading…
Reference in a new issue