docs: correct missing uppercase in Markdown files

To detect these typos I used:

```
clear && grep -rn '\. [a-z]' . | uniq | grep -v '\. lib' | grep -v '[0-9]\. [a-z]' | grep -v '\.\. [a-z]' | grep -v '\. curl' | grep -v 'e.g. [a-z]' | grep -v 'eg. [a-z]' | grep -v '\etc. [a-z]' | grep -v 'i.e\. [a-z]' | grep --color=always '\. [a-z]' | grep '\.md'
```

Closes #9474
This commit is contained in:
Benjamin Loison 2022-09-11 23:39:14 +02:00 committed by Daniel Stenberg
parent 5d254bbced
commit ff021cb216
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 3 additions and 3 deletions

View File

@ -245,7 +245,7 @@
tracker.
The `TODO` document is full of ideas and suggestions of what we can add or
fix one day. you are always encouraged and free to grab one of those items and
fix one day. You are always encouraged and free to grab one of those items and
take up a discussion with the curl development team on how that could be
implemented or provided in the project so that you can work on ticking it odd
that document.

View File

@ -22,7 +22,7 @@ It is about trust
This system is about trust. In your local CA certificate store you have certs
from *trusted* Certificate Authorities that you then can use to verify that the
server certificates you see are valid. they are signed by one of the CAs you
server certificates you see are valid. They are signed by one of the CAs you
trust.
Which CAs do you trust? You can decide to trust the same set of companies your

View File

@ -1,7 +1,7 @@
Version Numbers and Releases
============================
Curl is not only curl. Curl is also libcurl. they are actually individually
Curl is not only curl. Curl is also libcurl. They are actually individually
versioned, but they usually follow each other closely.
The version numbering is always built up using the same system: