Skip to content

Commit

Permalink
adjust project type
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Jul 3, 2024
1 parent 5677d74 commit d3f13cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/data/priorApproval/buildHomes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export const priorApprovalBuildHomes: Schema = {
projectType: [
{
value: 'new.residential.dwelling',
description: 'Build new homes on a roof',
description: 'Build new homes',
},
],
description:
Expand Down
2 changes: 1 addition & 1 deletion examples/priorApproval/buildHomes.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
"projectType": [
{
"value": "new.residential.dwelling",
"description": "Build new homes on a roof"
"description": "Build new homes"
}
],
"description": "The addition of homes as upper storeys to the existing commercial premises.",
Expand Down

0 comments on commit d3f13cd

Please sign in to comment.