docs/TLS-SESSIONS: fix typo, the->they

Closes #16057
This commit is contained in:
Yedaya Katsman 2025-01-20 21:58:35 +02:00 committed by Daniel Stenberg
parent 789c7f1b6c
commit 38ad3902bf
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -59,7 +59,7 @@ One important thing: peer keys do not contain confidential information. If you
configure a client certificate or SRP authentication with username/password,
these are not part of the peer key.
However, peer keys carry the hostnames you use curl for. The *do*
However, peer keys carry the hostnames you use curl for. They *do*
leak the privacy of your communication. We recommend to *not* persist
peer keys for this reason.