From cd0560210aa0ac9dc9772cdddcb1c5a59cef1815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Fri, 9 Apr 2021 16:16:33 +0200 Subject: docs: fix typo in fetch example (#10057) --- docs/examples/fetch_data.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples') 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 -- cgit v1.2.3