Skip to content

Commit 55ba660

Browse files
authored
Update article.md (#1030)
Update article.md
2 parents ce863fe + 0a58516 commit 55ba660

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
@@ -232,7 +232,7 @@ Lax mode, just like `strict`, forbids the browser to send cookies when coming fr
232232
A `samesite=lax` cookie is sent if both of these conditions are true:
233233
1. The HTTP method is "safe" (e.g. GET, but not POST).
234234

235-
The full list safe of HTTP methods is in the [RFC7231 specification](https://tools.ietf.org/html/rfc7231). Basically, these are the methods that should be used for reading, but not writing the data. They must not perform any data-changing operations. Following a link is always GET, the safe method.
235+
The full list of safe HTTP methods is in the [RFC7231 specification](https://tools.ietf.org/html/rfc7231). Basically, these are the methods that should be used for reading, but not writing the data. They must not perform any data-changing operations. Following a link is always GET, the safe method.
236236

237237
2. The operation performs top-level navigation (changes URL in the browser address bar).
238238

0 commit comments

Comments
 (0)