Skip to content

Commit 1d10422

Browse files
authored
Merge pull request #1861 from leviding/patch-11
Fix minor typo error
2 parents 649ecc5 + e8dcfd1 commit 1d10422

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
@@ -162,7 +162,7 @@ document.cookie = "user=John; max-age=3600";
162162

163163
// delete cookie (let it expire right now)
164164
document.cookie = "user=John; max-age=0";
165-
```
165+
```
166166

167167
## secure
168168

0 commit comments

Comments
 (0)