docs: use dot instead of comma at end of sentences

Some sentences incorrectly ended with a command instead of a dot.

Closes #20700
This commit is contained in:
Diogo Correia 2026-02-24 01:58:35 +01:00 committed by Daniel Stenberg
parent 67298a80b3
commit 9d94b1a066
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ By submitting a patch to the curl project, you are assumed to have the right
to the code and to be allowed by your employer or whatever to hand over that
patch/code to us. We credit you for your changes as far as possible, to give
credit but also to keep a trace back to who made what changes. Please always
provide us with your full real name when contributing,
provide us with your full real name when contributing.
## What To Read

View file

@ -47,7 +47,7 @@ Subject Alternate Name field in the certificate matches the hostname in the
URL to which you told curl to connect.
When the *verify* value is 0, the connection succeeds regardless of the names
in the certificate. Use that ability with caution,
in the certificate. Use that ability with caution.
This option controls checking the server's certificate's claimed identity. The
separate CURLOPT_SSL_VERIFYPEER(3) options enables/disables verification that