From 3842488e2cf3f25152ecd6223de7b5e1e643870d Mon Sep 17 00:00:00 2001 From: "Matt Linville (he/him)" Date: Tue, 20 Aug 2024 11:16:42 -0700 Subject: [PATCH] Update StyleGuide.md --- StyleGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StyleGuide.md b/StyleGuide.md index da2066fdba6..d763aa93042 100644 --- a/StyleGuide.md +++ b/StyleGuide.md @@ -1422,7 +1422,7 @@ 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 tecnical 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."