mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:03:37 +03:00
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:
parent
5d254bbced
commit
ff021cb216
3 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue