From 4ffbb3ba268465e1d086d9267d4bc964a1601b0c Mon Sep 17 00:00:00 2001 From: Alfiya <33545574+alfiya-udc@users.noreply.github.com> Date: Mon, 20 May 2019 09:56:59 +0300 Subject: [PATCH] Grave accent --- 5-network/02-fetch-progress/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-network/02-fetch-progress/article.md b/5-network/02-fetch-progress/article.md index e7e945f6..b1e4a591 100644 --- a/5-network/02-fetch-progress/article.md +++ b/5-network/02-fetch-progress/article.md @@ -1,7 +1,7 @@ # Fetch: Download progress -Fetch allows to track download progress, but not upload progress. +`Fetch` allows to track download progress, but not upload progress. Please note: there's currently no way for fetch to track upload progress. For that purpose, please use [XMLHttpRequest](info:xmlhttprequest).