From 53fcac438a99b6b14bc70d9f9099f09403fac5b2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 30 Dec 2024 13:42:25 +0100 Subject: [PATCH] TheArtOfHttpScripting.md: rewrite double 'that' Closes #15863 --- docs/TheArtOfHttpScripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TheArtOfHttpScripting.md b/docs/TheArtOfHttpScripting.md index 28314ea909..7875c8eb20 100644 --- a/docs/TheArtOfHttpScripting.md +++ b/docs/TheArtOfHttpScripting.md @@ -161,7 +161,7 @@ SPDX-License-Identifier: curl curl https://curl.se you get a webpage returned in your terminal window. The entire HTML document - that that URL holds. + this URL identifies. All HTTP replies contain a set of response headers that are normally hidden, use curl's [`--include`](https://curl.se/docs/manpage.html#-i) (`-i`) -- 2.47.3