Skip to content

Commit 72892df

Browse files
Fixed typo
Fixed 'referrer' typo
1 parent 45ba0d1 commit 72892df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/06-fetch-api/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Usually that header is set automatically and contains the url of the page that m
5252

5353
**The `referrer` option allows to set any `Referer` (within the current origin) or remove it.**
5454

55-
To send no referer, set an empty string:
55+
To send no referrer, set an empty string:
5656
```js
5757
fetch('/page', {
5858
*!*

0 commit comments

Comments
 (0)