Skip to content

Commit

Permalink
Fix quotes in description for cookie banner role
Browse files Browse the repository at this point in the history
  • Loading branch information
36degrees authored Feb 8, 2021
1 parent 4b744bd commit 209ddfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/govuk/components/cookie-banner/cookie-banner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 209ddfc

Please sign in to comment.