From d091691e60843231961659c063f10319dfed51ba Mon Sep 17 00:00:00 2001 From: "Matt Linville (he/him)" Date: Tue, 20 Aug 2024 11:17:51 -0700 Subject: [PATCH] Update StyleGuide.md --- StyleGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StyleGuide.md b/StyleGuide.md index d763aa93042..41f8a0fd1a3 100644 --- a/StyleGuide.md +++ b/StyleGuide.md @@ -1422,11 +1422,11 @@ Many popular code editors feature extensions that can highlight `TODO`s across t ## Word usage guidelines -This section logs decisions about dictionary words to use and avoid. Add specific guidelines we decide as a team to this section. Refer also to [Technical terminology](#technical-termilogy) for technical terms that may not be in a dictionary. +This section logs decisions about dictionary words to use and avoid. Add specific guidelines we decide as a team to this section. Refer also to [Technical terminology](#technical-termilogy) for technical terms that may not be in a dictionary. ### Directories and folders - Use "directory" to refer to a filesystem directory, either locally or in a VM. For example, "Compress the directory into a `zip` archive." -- Use "folder" to refer to a folder within a UI, such as a web UI or an IDE. For example "Create a folder in your CockroachDB Cloud organization." +- Use "folder" to refer to a folder within a UI, such as a web UI or an IDE. For example, "Create a folder in your CockroachDB Cloud organization." ### Technical terminology This section logs decisions about software branding and terminology. In general, align third-party branding with that brand's usage. For example, the [PostgreSQL project](https://www.postgresql.org/) uses the word "PostgreSQL" with that capitalization. Add specific guidelines we decide as a team to this table.