Update article.md

This commit is contained in:
LeviDing 2020-04-13 10:51:00 +08:00 committed by GitHub
parent 71120d5968
commit e8dcfd19ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ document.cookie = "user=John; max-age=3600";
// delete cookie (let it expire right now)
document.cookie = "user=John; max-age=0";
```
```
## secure