]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_COOKIE.md: tiny language edit
authorDaniel Stenberg <daniel@haxx.se>
Tue, 10 Sep 2024 12:22:10 +0000 (14:22 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 10 Sep 2024 12:22:10 +0000 (14:22 +0200)
docs/libcurl/opts/CURLOPT_COOKIE.md

index d0bf88a1d857ce169fccd0ba7de8c1fc372fe22e..c16a59376f1741c139df5492d3b1391548f9848d 100644 (file)
@@ -36,7 +36,7 @@ should contain.
 
 To set multiple cookies, set them all using a single option concatenated like
 this: "name1=content1; name2=content2;" etc. libcurl does not syntax check the
-data but assumes the applications gives it what it needs to send.
+data but assumes the application gives it what it needs to send.
 
 This option sets the cookie header explicitly in the outgoing request(s). If
 multiple requests are done due to authentication, followed redirections or