summaryrefslogtreecommitdiff
path: root/docs/HTTP2.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-11-26 08:46:59 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-11-26 14:27:07 +0100
commit76d6e719d9545cdb95fb4473cc3899a1612cb996 (patch)
tree4b98bd382c6da5283840ffe437a6c541d06c5ccd /docs/HTTP2.md
parent0d380a853f68be2537c6d9527e28a8a806ee1567 (diff)
downloadcurl-76d6e719d9545cdb95fb4473cc3899a1612cb996.tar.gz
docs: address proselint nits
- avoid exclamation marks - use consistent number of spaces after periods: one - avoid clichés - avoid using 'very' Closes #8060
Diffstat (limited to 'docs/HTTP2.md')
-rw-r--r--docs/HTTP2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP2.md b/docs/HTTP2.md
index 7ab5dfdcc..27af3129c 100644
--- a/docs/HTTP2.md
+++ b/docs/HTTP2.md
@@ -114,7 +114,7 @@ HTTP Alternative Services
Alt-Svc is an extension with a corresponding frame (ALTSVC) in HTTP/2 that
tells the client about an alternative "route" to the same content for the same
origin server that you get the response from. A browser or long-living client
-can use that hint to create a new connection asynchronously. For libcurl, we
+can use that hint to create a new connection asynchronously. For libcurl, we
may introduce a way to bring such clues to the application and/or let a
subsequent request use the alternate route automatically.