diff --git a/_typos.toml b/_typos.toml index 83be8500..f7328bcb 100644 --- a/_typos.toml +++ b/_typos.toml @@ -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", diff --git a/src/procedures/fbi-crime-data/fbi-crime-data.js b/src/procedures/fbi-crime-data/fbi-crime-data.js index bd16ed2f..1ca983d5 100644 --- a/src/procedures/fbi-crime-data/fbi-crime-data.js +++ b/src/procedures/fbi-crime-data/fbi-crime-data.js @@ -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 diff --git a/src/procedures/fbi-crime-data/types.js b/src/procedures/fbi-crime-data/types.js index d1139379..c9ed365a 100644 --- a/src/procedures/fbi-crime-data/types.js +++ b/src/procedures/fbi-crime-data/types.js @@ -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",