Skip to content

Commit e1b44e8

Browse files
authored
Merge pull request #1927 from kumarvaibhav45/patch-1
fixed typos
2 parents 9141a27 + 4fe42dd commit e1b44e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ A `samesite=lax` cookie is sent if both of these conditions are true:
243243

244244
So, what `samesite=lax` does is basically allows a most common "go to URL" operation to have cookies. E.g. opening a website link from notes satisfies these conditions.
245245

246-
But anything more complicated, like a network request from another site or a form submittion loses cookies.
246+
But anything more complicated, like a network request from another site or a form submission loses cookies.
247247

248248
If that's fine for you, then adding `samesite=lax` will probably not break the user experience and add protection.
249249

0 commit comments

Comments
 (0)