summaryrefslogtreecommitdiff
path: root/docs/DEPRECATE.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-03-29 13:58:11 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-03-29 13:58:14 +0200
commit3a4182d468092c0e759002eec9f1764ce07f13da (patch)
tree7cdbde914268d9c6b7496252714314ab3efc6a52 /docs/DEPRECATE.md
parentf7376547bf6b1fefb9a1d6fdcc737cf82cfdfb0a (diff)
downloadcurl-3a4182d468092c0e759002eec9f1764ce07f13da.tar.gz
docs: lots of minor language polish
Mostly based on recent language decisions from "everything curl": - remove contractions (isn't => is not) - *an* HTTP (consistency) - runtime (no hyphen) - backend (no hyphen) - URL is uppercase Closes #8646
Diffstat (limited to 'docs/DEPRECATE.md')
-rw-r--r--docs/DEPRECATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DEPRECATE.md b/docs/DEPRECATE.md
index 8b7e37dfa..4d58f56f6 100644
--- a/docs/DEPRECATE.md
+++ b/docs/DEPRECATE.md
@@ -14,7 +14,7 @@ We remove support for building curl with the NSS TLS library in August 2022.
- NSS has very few users outside of curl as well (primarily Firefox)
- NSS is harder than ever to find documentation for
- NSS was always "best" used with Red Hat Linux when they provided additional
- features on top of the regular NSS that isn't shipped by the vanilla library
+ features on top of the regular NSS that is not shipped by the vanilla library
Starting in 7.82.0, building curl to use NSS configure requires the additional
flag --with-nss-deprecated in an attempt to highlight these plans.