Fixed typo

Fixed 'referrer' typo
This commit is contained in:
Joseph Harkins 2022-06-23 23:37:15 +01:00 committed by GitHub
parent 45ba0d173c
commit 72892df72c
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', {
*!*