Skip to content

Commit d8597dd

Browse files
authored
Merge pull request #3081 from josephharkins/master
Fixed typo
2 parents 8b00668 + 72892df commit d8597dd

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)