From 21bf6c6265e7032a373b362cff1c77875973cf44 Mon Sep 17 00:00:00 2001 From: Andrew Fader Date: Wed, 11 Oct 2023 14:37:13 -0400 Subject: [PATCH] correct spelling errors Signed-off-by: Andrew Fader --- CONTRIBUTING.md | 2 +- app/lib/blank_detective.rb | 4 ++-- config/locales/en.yml | 2 +- docs/implementation.md | 2 +- docs/other.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e9f64267d..3688ee748 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -234,7 +234,7 @@ If you want to propose specific *changes* to a translation, and you are not a trusted translator, there are two main options: * The usual option is to open an issue and simply propose the text changes. - Make sure you tell us which locale you're referrring to! + Make sure you tell us which locale you're referring to! * You *can* propose changes as edits to the appropriate files in `config/locales`, but unlike most changes that will not work directly. One of the trusted translators will then need to hand-copy diff --git a/app/lib/blank_detective.rb b/app/lib/blank_detective.rb index 0f5fd5887..f38e21bee 100644 --- a/app/lib/blank_detective.rb +++ b/app/lib/blank_detective.rb @@ -14,14 +14,14 @@ class BlankDetective < Detective # Individual detectives must identify their inputs, outputs INPUTS = [].freeze # Input Hash required for Search OUTPUTS = [].freeze # Output Hash required to set database values. Please see - # database schema for allowed valuses to be set. + # database schema for allowed values to be set. # Setup and major work goes here. Do not attempt to return anything from this # part of the code as it causes crashes. def analyze(_evidence, _current) { # Your return has to go here. This reformats the hashed return into - # chief understands. Remember the output must corrospond to one of the + # chief understands. Remember the output must correspond to one of the # values in the database structure. # Typically This would be in the form. diff --git a/config/locales/en.yml b/config/locales/en.yml index cfbcc06f3..a7b50b9f8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2207,7 +2207,7 @@ en: details: >- The project might not achieve the roadmap, and that's fine; the purpose of the roadmap is to help potential - users and constributors understand the intended direction + users and contributors understand the intended direction of the project. It need not be detailed. documentation_architecture: description: >- diff --git a/docs/implementation.md b/docs/implementation.md index e1af0fd38..2f0d253ec 100644 --- a/docs/implementation.md +++ b/docs/implementation.md @@ -1101,7 +1101,7 @@ ALL_DETECTIVES = HardenedSitesDetective (Name1Detective) ].freeze - where Name1Detective corrosponds to the new class created in name1_detective. Without following the naming convention chief will not run the new detective. + where Name1Detective corresponds to the new class created in name1_detective. Without following the naming convention chief will not run the new detective. A template detective called blank_detective.rb is supplied with the project with internal documentation as to how to use it. diff --git a/docs/other.md b/docs/other.md index 15aec452d..0ad84b395 100644 --- a/docs/other.md +++ b/docs/other.md @@ -358,7 +358,7 @@ Upgrade some "passing" level SHOULD and SUGGESTED: *Details*: The project might not achieve the roadmap, and that's fine; the purpose of the roadmap is to help potential - users and constributors understand the intended direction of the + users and contributors understand the intended direction of the project. It need not be detailed. *