From 691c57e7e9f2d282c0859623e4c249cc55a2dcd9 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Fri, 20 Dec 2024 23:56:11 +0100
Subject: [PATCH] libcurl-http/cookies.md: drop a "very"

---
 libcurl-http/cookies.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/libcurl-http/cookies.md b/libcurl-http/cookies.md
index 99b0b6787d..0d9576a628 100644
--- a/libcurl-http/cookies.md
+++ b/libcurl-http/cookies.md
@@ -60,9 +60,8 @@ the semicolon separator.
 ## Import export
 
 The cookie in-memory store can hold a bunch of cookies, and libcurl offers
-very powerful ways for an application to play with them. You can set new
-cookies, you can replace an existing cookie and you can extract existing
-cookies.
+powerful ways for an application to play with them. You can set new cookies,
+you can replace an existing cookie and you can extract existing cookies.
 
 ### Add a cookie to the cookie store