From: Daniel Stenberg Date: Mon, 30 Dec 2024 12:42:25 +0000 (+0100) Subject: TheArtOfHttpScripting.md: rewrite double 'that' X-Git-Tag: curl-8_12_0~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53fcac438a99b6b14bc70d9f9099f09403fac5b2;p=thirdparty%2Fcurl.git TheArtOfHttpScripting.md: rewrite double 'that' Closes #15863 --- 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`)