]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
HTTP-COOKIES.md: remove duplicate 'each'
authortlahn <tlahn@users.noreply.github.com>
Fri, 24 Sep 2021 10:43:21 +0000 (12:43 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Sep 2021 10:47:03 +0000 (12:47 +0200)
Closes #7772

docs/HTTP-COOKIES.md

index 9d1e099d1a67aeed6d957c92c6e8d7be7737f3fe..2ef1a60a08313d10dfe4b38654ca033c5b3ed340 100644 (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.