diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-11-26 08:46:59 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-11-26 14:27:07 +0100 |
commit | 76d6e719d9545cdb95fb4473cc3899a1612cb996 (patch) | |
tree | 4b98bd382c6da5283840ffe437a6c541d06c5ccd /docs/SSLCERTS.md | |
parent | 0d380a853f68be2537c6d9527e28a8a806ee1567 (diff) | |
download | curl-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/SSLCERTS.md')
-rw-r--r-- | docs/SSLCERTS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SSLCERTS.md b/docs/SSLCERTS.md index 0aeab3b16..ad0a98132 100644 --- a/docs/SSLCERTS.md +++ b/docs/SSLCERTS.md @@ -34,7 +34,7 @@ companies and recent years several such CAs have been found untrustworthy. Certificate Verification ------------------------ -libcurl performs peer SSL certificate verification by default. This is done +libcurl performs peer SSL certificate verification by default. This is done by using a CA certificate store that the SSL library can use to make sure the peer's server certificate is valid. |