1
0
Fork 0
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:
Erin Cohen 2024-05-22 09:20:22 -07:00 committed by GitHub
parent cf7a36e24f
commit e9fa24996c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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