diff --git a/src/govuk/components/accordion/accordion.yaml b/src/govuk/components/accordion/accordion.yaml index a887f780df..53a161ad09 100644 --- a/src/govuk/components/accordion/accordion.yaml +++ b/src/govuk/components/accordion/accordion.yaml @@ -23,11 +23,11 @@ params: - name: heading.text type: string required: true - description: The title of each section. If `heading.html` is supplied, this is ignored. This is used both as the title for each section, and as the button to open or close each section. + description: The title of each section. If `heading.html` is supplied, this is ignored. - name: heading.html type: string required: true - description: The HTML content of the header for each section which is used both as the title for each section, and as the button to open or close each section. + description: The HTML content of the header for each section. Used as the title for each section. The header is inside the HTML `