mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
style-guide: fix typos (#12816)
Co-authored-by: spageektti <git@spageektti.cc> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
cf7a36e24f
commit
e9fa24996c
1 changed files with 4 additions and 1 deletions
|
@ -249,7 +249,10 @@ The example above does not use a serial comma, so this could mean one of two thi
|
|||
|
||||
This can be resolved by inserting a comma before the "and" or "or" in the final element in the list.
|
||||
|
||||
> Delete the Git branches, tags, andBrand and project names can be capitalized in the description whenever applicable (e.g. use `A tool for interacting with a Git repository.` instead of ``A tool for interacting with a `git` repository.``). remotes.
|
||||
> Delete the Git branches, tags, and remotes.
|
||||
|
||||
> [!NOTE]
|
||||
> Brand and project names can be capitalized in the description whenever applicable (e.g. use `A tool for interacting with a Git repository.` instead of ``A tool for interacting with a `git` repository.``).
|
||||
|
||||
### Special cases
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue