Skip to content

Commit 7f4040a

Browse files
authored
Merge pull request #849 from James868/patch-1
Fix typo
2 parents 26839ee + 37e0b0e commit 7f4040a

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
@@ -378,7 +378,7 @@ Also, some modern browsers employ special policies for such cookies:
378378
```smart
379379
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.
380380
381-
If a script sets a cookie, then no matter where the script came from -- ito belongs to the domain of the current webpage.
381+
If a script sets a cookie, then no matter where the script came from -- it belongs to the domain of the current webpage.
382382
```
383383

384384
## Appendix: GDPR

0 commit comments

Comments
 (0)