Skip to content

Commit 37e0b0e

Browse files
authored
Fix typo
1 parent 364e707 commit 37e0b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/5-data-storage/01-cookie/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ Also, some modern browsers employ special policies for such cookies:
374374
```smart
375375
If we load a script from a third-party domain, like `<script src="https://google-analytics.com/analytics.js">`, and that script uses `document.cookie` to set a cookie, then such cookie is not third-party.
376376
377-
If a script sets a cookie, then no matter where the script came from -- ito belongs to the domain of the current webpage.
377+
If a script sets a cookie, then no matter where the script came from -- it belongs to the domain of the current webpage.
378378
```
379379

380380
## Appendix: GDPR

0 commit comments

Comments
 (0)