From 209ddfc21fb8033243f0a38bc0eff880817f9cdf Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Mon, 8 Feb 2021 14:18:30 +0000 Subject: [PATCH] Fix quotes in description for cookie banner role --- src/govuk/components/cookie-banner/cookie-banner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/govuk/components/cookie-banner/cookie-banner.yaml b/src/govuk/components/cookie-banner/cookie-banner.yaml index 1d01409e05..81c0557b4c 100644 --- a/src/govuk/components/cookie-banner/cookie-banner.yaml +++ b/src/govuk/components/cookie-banner/cookie-banner.yaml @@ -76,7 +76,7 @@ params: - name: role type: string required: false - description: Set `role` to ’alert` on replacement messages to allow assistive tech to automatically read the message. You will also need to move focus to the replacement message using JavaScript you have written yourself. + description: Set `role` to `alert` on replacement messages to allow assistive tech to automatically read the message. You will also need to move focus to the replacement message using JavaScript you have written yourself. - name: classes type: string required: false