Fix typos found in en.json files and copy (#1648)

This commit is contained in:
Vim 2022-05-17 13:22:57 -04:00 committed by GitHub
commit 85ffb1b6b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 181 additions and 181 deletions

View file

@ -263,7 +263,7 @@ export const CATEGORIES = {
/>,
ALL_EXCEPT_WORKFORCE: <FormattedMessage
id={'methodology.page.datasets.all.except.workforce.used.in.text'}
defaultMessage={`All categories except for the training and workforce development catetory`}
defaultMessage={`All categories except for the training and workforce development category`}
description={'Navigate to the methodology page. Navigate to the dataset section. This is the portion of the dataset card Used In text for all methodologies except the workforce development'}
/>,
CLIMATE_CHANGE: {
@ -687,17 +687,17 @@ export const AVAILABLE_FOR = defineMessages({
ALL_US_DC: {
id: 'methodology.page.dataset.card.availableFor.US_DC',
defaultMessage: `All U.S. states and the District of Columbia`,
description: 'Methodoloy page dataset card available for US and DC type',
description: 'Methodology page dataset card available for US and DC type',
},
ALL_US_DC_PR: {
id: 'methodology.page.dataset.card.availableFor.US_DC_PR',
defaultMessage: `All U.S. states, the District of Columbia, and Puerto Rico`,
description: 'Methodoloy page dataset card available for US, DC and Puerto Rico type',
description: 'Methodology page dataset card available for US, DC and Puerto Rico type',
},
AS_NMI: {
id: 'methodology.page.dataset.card.availableFor.AS_NMI',
defaultMessage: `American Samoa and the Northern Mariana Islands`,
description: 'Methodoloy page dataset card available for American Samoa and Northern Mariana Islands type',
description: 'Methodology page dataset card available for American Samoa and Northern Mariana Islands type',
},
});