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

Issue/1201 correct spelling error #1202

Merged
merged 1 commit into from
May 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/table-config/census/household-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default [
{ data: 'hh_2', title: 'Total households', highlight: true },
{ data: 'mrdcplhh', title: 'Married couple household' },
{ data: 'mrdch18', title: 'With own children under 18', indent: 1 },
{ data: 'cocplhh', title: 'Cohabitng couple household' },
{ data: 'cocplhh', title: 'Cohabiting couple household' },
{ data: 'cocplch18', title: 'With own children under 18', indent: 1 },
{ data: 'malehhns', title: 'Male householder, no spouse or partner present' },
{ data: 'mnspchu18', title: 'With own children under 18', indent: 1 },
Expand Down