HTTP-COOKIES.md: remove duplicate 'each'

Closes #7772
This commit is contained in:
tlahn 2021-09-24 12:43:21 +02:00 committed by Daniel Stenberg
parent 739de69ee6
commit 01f63ed62a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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.