From d1959355a8be71b0031f0324182e7ad35a8f3c29 Mon Sep 17 00:00:00 2001 From: Elena Findley-de Regt Date: Tue, 28 Oct 2025 14:39:52 +0100 Subject: [PATCH] Typo fix in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 928d5a4..319f3b0 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ The results are saved as a JSON files in the subfolders in [public/results](http Those files are used to generate the pages that are loaded into iframes in [app/views/index.html](https://github.com/timpaul/form-extractor-prototype/blob/main/app/views/index.html). -The form components are specificed in [app/views/answer-types.njk](https://github.com/timpaul/form-extractor-prototype/blob/main/app/views/answer-types.njk) +The form components are specified in [app/views/answer-types.njk](https://github.com/timpaul/form-extractor-prototype/blob/main/app/views/answer-types.njk) They are built using the Nunjucks components in [GOV.UK Frontend](https://www.npmjs.com/package/govuk-frontend).