docs: do not start lines/sentences with So, But nor And

Closes #12802
This commit is contained in:
Daniel Stenberg 2024-01-26 10:19:30 +01:00
parent 92f8a1686d
commit 440bc97e4c
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 36 additions and 16 deletions

View file

@ -8,15 +8,15 @@ Provide a list with three different names like this:
"http://site.{one,two,three}.com"
or you can get sequences of alphanumeric series by using [] as in:
Do sequences of alphanumeric series by using [] as in:
"ftp://ftp.example.com/file[1-100].txt"
And with leading zeroes:
With leading zeroes:
"ftp://ftp.example.com/file[001-100].txt"
Or with letters through the alphabet:
With letters through the alphabet:
"ftp://ftp.example.com/file[a-z].txt"