From a8abcd0312f1f1f961aa40381970a42810fbdc90 Mon Sep 17 00:00:00 2001 From: Frankie Roberto Date: Wed, 27 Nov 2024 23:19:26 +0000 Subject: [PATCH] Lint markdown --- packages/components/header/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/components/header/README.md b/packages/components/header/README.md index 70adf0005..efdc5d7ee 100644 --- a/packages/components/header/README.md +++ b/packages/components/header/README.md @@ -682,8 +682,8 @@ The header Nunjucks macro takes the following arguments: | **organisation.descriptor** | string | No | Organisation descriptor. | | **organisation.logoURL** | string | No | Organisation logo if using a static asset, such as PNG, is preferred. | | **primaryLinks** | array | No | Array of navigation links for use in the header. | -| **primaryLinks[].href** | string | No | The href of a navigation item in the header. | -| **primaryLinks[].text** | string | No | The link text of a navigation item in the header. | +| **primaryLinks[].href** | string | No | The href of a navigation item in the header. | +| **primaryLinks[].text** | string | No | The link text of a navigation item in the header. | | **primaryLinks[].classes** | string | No | Optional additional classes to add to the list item. | | **primaryLinks[].attributes** | string | No | Any extra HTML attributes (for example data attributes) to add to the list item. | | **transactionalService** | object | No | Object containing the _name_ and _href_ of the transactional service. |