Skip to content

Commit ae6f990

Browse files
authored
Add missing parenthesis in 5.6 (Fetch API)
1 parent 6ec4c4f commit ae6f990

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)