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 9d1e099d1..2ef1a60a0 100644
--- a/docs/HTTP-COOKIES.md
+++ b/docs/HTTP-COOKIES.md
@@ -48,7 +48,7 @@
The cookie file format is text based and stores one cookie per line. Lines
that start with `#` are treated as comments.
- Each line that each specifies a single cookie consists of seven text fields
+ Each line that specifies a single cookie consists of seven text fields
separated with TAB characters. A valid line must end with a newline
character.