Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Sep 26, 2024
1 parent ca7ff76 commit 52a2c9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion schemas/application.json
Original file line number Diff line number Diff line change
Expand Up @@ -2229,7 +2229,7 @@
"additionalProperties": false,
"properties": {
"description": {
"const": "Outline Planning Permission - Consent for the principle of waste development witholding all details",
"const": "Outline Planning Permission - Consent for the principle of waste development witholding some details",
"type": "string"
},
"value": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/prototypeApplication.json
Original file line number Diff line number Diff line change
Expand Up @@ -5705,7 +5705,7 @@
},
{
"const": "pp.outline.major.some.waste",
"description": "Outline Planning Permission - Consent for the principle of waste development witholding all details",
"description": "Outline Planning Permission - Consent for the principle of waste development witholding some details",
"type": "string"
},
{
Expand Down
2 changes: 1 addition & 1 deletion types/schemas/application/enums/ApplicationTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export const ApplicationTypes = {
'pp.outline.major.some':
'Outline Planning Permission - Consent for the principle of a project specifying some details (major)',
'pp.outline.major.some.waste':
'Outline Planning Permission - Consent for the principle of waste development witholding all details',
'Outline Planning Permission - Consent for the principle of waste development witholding some details',
'pp.pip':
'Planning Permission in Principle - Consent for the principle of a project with less than 1,000 square metres floor area on a site of less than 1 hectare',
rightsOfWayOrder: 'Rights of Way Order - Apply to move or close a path',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ type PPOutlineMajorAllWaste = 'pp.outline.major.all.waste';
type PPOutlineMajorSome = 'pp.outline.major.some';

/**
* @description Outline Planning Permission - Consent for the principle of waste development witholding all details
* @description Outline Planning Permission - Consent for the principle of waste development witholding some details
*/
type PPOutlineMajorSomeWaste = 'pp.outline.major.some.waste';

Expand Down

0 comments on commit 52a2c9b

Please sign in to comment.