Skip to content

Commit 4fe42dd

Browse files
fixed typos
1 parent 0da5b2b commit 4fe42dd

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)