diff options
Diffstat (limited to 'docs/examples/fetch_data.md')
-rw-r--r-- | docs/examples/fetch_data.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/fetch_data.md b/docs/examples/fetch_data.md index 4b3dafce2..607225a2a 100644 --- a/docs/examples/fetch_data.md +++ b/docs/examples/fetch_data.md @@ -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 |