summaryrefslogtreecommitdiff
path: root/docs/HTTP-COOKIES.md
diff options
context:
space:
mode:
authorAlessandro Ghedini <ghedo@debian.org>2020-08-24 08:48:00 +0200
committerAlessandro Ghedini <ghedo@debian.org>2020-08-24 08:48:00 +0200
commitfea0dcbfd05f0524ea51e68ebe570fd9b531ab95 (patch)
tree372012c7b0cde00253cf9d931c614edcc60fd558 /docs/HTTP-COOKIES.md
parent556bfa1f9828626db4c4a4d42119f0b1072a0716 (diff)
New upstream version 7.72.0
Diffstat (limited to 'docs/HTTP-COOKIES.md')
-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 31af9f6d..de9d1de6 100644
--- a/docs/HTTP-COOKIES.md
+++ b/docs/HTTP-COOKIES.md
@@ -129,6 +129,6 @@
Since curl and libcurl are plain HTTP clients without any knowledge of or
capability to handle javascript, such cookies will not be detected or used.
- Often, if you want to mimic what a browser does on such web sites, you can
+ Often, if you want to mimic what a browser does on such websites, you can
record web browser HTTP traffic when using such a site and then repeat the
cookie operations using curl or libcurl.