Skip to content

Commit

Permalink
fix filename typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Feb 5, 2024
1 parent dc9b7e7 commit 567db0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2769,11 +2769,11 @@
"additionalProperties": false,
"properties": {
"description": {
"const": "Statuatory declaration",
"const": "Statutory declaration",
"type": "string"
},
"value": {
"const": "statuatoryDeclaration",
"const": "statutoryDeclaration",
"type": "string"
}
},
Expand Down
2 changes: 1 addition & 1 deletion types/enums/FileTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const FileTypes = {
'sitePlan.proposed': 'Site plan - proposed',
sketchPlan: 'Sketch plan',
statementOfCommunityInvolvement: 'Statement of community involvement',
statuatoryDeclaration: 'Statuatory declaration',
statutoryDeclaration: 'Statutory declaration',
storageTreatmentAndWasteDisposalDetails:
'Details of storage treatment or disposal of waste',
streetScene: 'Street scene drawing',
Expand Down

0 comments on commit 567db0e

Please sign in to comment.