Skip to content

Commit 8b98721

Browse files
authored
Merge pull request #2321 from vsemozhetbyt/patch-4
Add missing parenthesis in 5.6 (Fetch API)
2 parents 4697b7b + ae6f990 commit 8b98721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ These options govern how `fetch` sets HTTP `Referer` header.
5050

5151
Usually that header is set automatically and contains the url of the page that made the request. In most scenarios, it's not important at all, sometimes, for security purposes, it makes sense to remove or shorten it.
5252

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

5555
To send no referer, set an empty string:
5656
```js

0 commit comments

Comments
 (0)