Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dragazo committed Apr 30, 2024
1 parent 00044ff commit 94a54ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ extend-exclude = [
# data files
"src/procedures/common-words/words/*.txt",
"src/procedures/hurricane-data/*.txt",
"src/procedures/ice-core-data/data/domec-deuterium/*.txt",
"src/procedures/ice-core-data/data/**/*.txt",
"src/procedures/nexrad-radar/RadarLocations.js",
"src/procedures/word-guess/dict/*.*",
"src/procedures/financial-data/currency-types.js",
"src/procedures/the-cat-api/types.js",
"src/procedures/fbi-crime-data/types.js",

# misc
"test/utils.spec.js",
Expand Down
2 changes: 1 addition & 1 deletion src/procedures/fbi-crime-data/fbi-crime-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* The FBICrimeData Service provides access to the FBI database,
* containing catalogued information on crime statistics.
*
* For more information, check out https://crime-data-explorer.fr.cloud.gov/pages/docApi
* For more information, check out https://cde.ucr.cjis.gov/LATEST/webapp/#/pages/docApi
*
* @alpha
* @service
Expand Down
2 changes: 1 addition & 1 deletion src/procedures/fbi-crime-data/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const OFFENSE_Arrest_Controller_OPTIONS = {
"gambling bookmaking": "gambling-bookmaking",
"gambling numbers": "gambling-numbers",
"gambling total": "gambling-total",
"human trafficking commercial": "human-trafficking-com" + "merical", // split to pass spell check
"human trafficking commercial": "human-trafficking-commerical",
"human trafficking servitude": "human-trafficking-servitude",
"larceny": "larceny",
"liquor laws": "liqour-laws",
Expand Down

0 comments on commit 94a54ea

Please sign in to comment.