Merge pull request #3081 from josephharkins/master

Fixed typo
This commit is contained in:
Ilya Kantor 2022-06-28 10:26:31 +04:00 committed by GitHub
commit d8597dd869
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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', {
*!*