Skip to content

Commit

Permalink
correct spelling errors
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Fader <[email protected]>
  • Loading branch information
andrewfader committed Oct 11, 2023
1 parent 8c76d7b commit 21bf6c6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/lib/blank_detective.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down
2 changes: 1 addition & 1 deletion docs/implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

* <a name="documentation_architecture"></a>
Expand Down

0 comments on commit 21bf6c6

Please sign in to comment.