summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/HTTP-COOKIES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP-COOKIES.md b/docs/HTTP-COOKIES.md
index ddf66f473..cceecc0af 100644
--- a/docs/HTTP-COOKIES.md
+++ b/docs/HTTP-COOKIES.md
@@ -56,7 +56,7 @@
| 0 | example.com | Domain name |
| 1 | FALSE | Include subdomains boolean |
| 2 | /foobar/ | Path |
- | 3 | TRUE | Set over a secure transport |
+ | 3 | TRUE | Set over HTTPS |
| 4 | 1462299217 | Expires at – seconds since Jan 1st 1970, or 0 |
| 5 | person | Name of the cookie |
| 6 | daniel | Value of the cookie |