Skip to content

Commit 666f356

Browse files
committed
closes #3190
1 parent c589176 commit 666f356

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
@@ -156,7 +156,7 @@ If we set `expires` to a date in the past, the cookie is deleted.
156156

157157
- **`max-age=3600`**
158158

159-
Is an alternative to `expires` and specifies the cookie's expiration in seconds from the current moment.
159+
It's an alternative to `expires` and specifies the cookie's expiration in seconds from the current moment.
160160

161161
If set to zero or a negative value, the cookie is deleted:
162162

0 commit comments

Comments
 (0)