From aa2f38c4f68a4f7099b96fa23e084b28e7d35893 Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Tue, 20 Jun 2023 14:04:46 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20component=20data=20typo=20=E2=80=9Cdescrp?= =?UTF-8?q?tion=E2=80=9D=20in=20Task=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/govuk/components/task-list/options/params.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/govuk-frontend/src/govuk/components/task-list/options/params.mjs b/packages/govuk-frontend/src/govuk/components/task-list/options/params.mjs index 72d848523e..34fd7189e6 100644 --- a/packages/govuk-frontend/src/govuk/components/task-list/options/params.mjs +++ b/packages/govuk-frontend/src/govuk/components/task-list/options/params.mjs @@ -70,7 +70,7 @@ export const params = [ name: 'tag', type: 'object', required: false, - descrption: + description: 'Object containing the options for a tag that acts as the status for the task.', params: [ {