From 72892df72ce6271ece80b999d92ab7318ce75600 Mon Sep 17 00:00:00 2001 From: Joseph Harkins <47038639+josephharkins@users.noreply.github.com> Date: Thu, 23 Jun 2022 23:37:15 +0100 Subject: [PATCH] Fixed typo Fixed 'referrer' typo --- 5-network/06-fetch-api/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-network/06-fetch-api/article.md b/5-network/06-fetch-api/article.md index 35efd8cf..c3f75175 100644 --- a/5-network/06-fetch-api/article.md +++ b/5-network/06-fetch-api/article.md @@ -52,7 +52,7 @@ Usually that header is set automatically and contains the url of the page that m **The `referrer` option allows to set any `Referer` (within the current origin) or remove it.** -To send no referer, set an empty string: +To send no referrer, set an empty string: ```js fetch('/page', { *!*