Merge pull request #1861 from leviding/patch-11

Fix minor typo error
This commit is contained in:
Ilya Kantor 2020-04-29 11:58:34 +03:00 committed by GitHub
commit 1d104228b4
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