Skip to content

Commit 2c1d14b

Browse files
authored
Update article.md
1 parent e2558cb commit 2c1d14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

6-data-storage/01-cookie/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ A domain defines where the cookie is accessible. In practice though, there are l
9898

9999
**There's no way to let a cookie be accessible from another domain, so `other.com` will never receive a cookie set at `site.com`.**
100100

101-
It's a safety restriction, to allow us to store sensitive data in cookies, that should be available only on one site.
101+
It's a safety restriction, to allow us to store sensitive data in cookies that should be available only on one site.
102102

103103
By default, a cookie is accessible only at the domain level that set it.
104104

0 commit comments

Comments
 (0)