diff --git a/6-data-storage/01-cookie/article.md b/6-data-storage/01-cookie/article.md index b082acb4..d426418f 100644 --- a/6-data-storage/01-cookie/article.md +++ b/6-data-storage/01-cookie/article.md @@ -184,7 +184,7 @@ document.cookie = "user=John; secure"; ## samesite -That's another security attribute `somesite`. It's designed to protect from so-called XSRF (cross-site request forgery) attacks. +That's another security attribute `samesite`. It's designed to protect from so-called XSRF (cross-site request forgery) attacks. To understand how it works and when it's useful, let's take a look at XSRF attacks.