From e9fa24996c5973623010dc8ecb44b2cf14c0df43 Mon Sep 17 00:00:00 2001 From: Erin Cohen <55733370+erinszabo@users.noreply.github.com> Date: Wed, 22 May 2024 09:20:22 -0700 Subject: [PATCH] style-guide: fix typos (#12816) Co-authored-by: spageektti Co-authored-by: K.B.Dharun Krishna --- contributing-guides/style-guide.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index 3bc4fbbdf0..bab5ceb9c4 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -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