Skip to content

Commit 4a5b5ad

Browse files
minor fix
errata
1 parent be342e5 commit 4a5b5ad

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
@@ -184,7 +184,7 @@ document.cookie = "user=John; secure";
184184

185185
## samesite
186186

187-
That's another security attribute `somesite`. It's designed to protect from so-called XSRF (cross-site request forgery) attacks.
187+
That's another security attribute `samesite`. It's designed to protect from so-called XSRF (cross-site request forgery) attacks.
188188

189189
To understand how it works and when it's useful, let's take a look at XSRF attacks.
190190

0 commit comments

Comments
 (0)