From 28972f657f54e98d134967f2bdad4097ab882455 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Mon, 5 Feb 2024 14:29:52 +0000 Subject: [PATCH] fix: correct typo in `FileTypes` (#108) --- schema/schema.json | 4 ++-- types/enums/FileTypes.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/schema/schema.json b/schema/schema.json index 84a38205..407c50c8 100644 --- a/schema/schema.json +++ b/schema/schema.json @@ -2769,11 +2769,11 @@ "additionalProperties": false, "properties": { "description": { - "const": "Statuatory declaration", + "const": "Statutory declaration", "type": "string" }, "value": { - "const": "statuatoryDeclaration", + "const": "statutoryDeclaration", "type": "string" } }, diff --git a/types/enums/FileTypes.ts b/types/enums/FileTypes.ts index f264d6d9..ba2cc2e6 100644 --- a/types/enums/FileTypes.ts +++ b/types/enums/FileTypes.ts @@ -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',