Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend: Typo Fix cancering #3901

Merged
2 changes: 1 addition & 1 deletion frontend/src/data/config/MetricConfigPhrmaBrfss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const PHRMA_BRFSS_CANCER_SCREENING_METRICS: DataTypeConfig[] = [
age_adjusted_ratio: {
metricId: 'breast_screened_ratio_age_adjusted',
chartTitle:
'Age-adjusted breast cancering screening rate compared to White (NH)',
'Age-adjusted breast cancer screening rate compared to White (NH)',
shortLabel: 'Ratio compared to White (NH)',
type: 'age_adjusted_ratio',
},
Expand Down
Loading