diff --git a/src/components/summary-list/index.md b/src/components/summary-list/index.md index 6167d24bd2..004555069c 100644 --- a/src/components/summary-list/index.md +++ b/src/components/summary-list/index.md @@ -70,7 +70,7 @@ To remove borders on a single row, use the `govuk-summary-list__row--no-border` ### Showing missing information -In some contexts, you might need to show rows that have missing information. This can happen when: +In some contexts, you might need to show rows that have missing information. This can happen when: - a user returns to an incomplete journey - you've added or changed the questions in a service. @@ -79,7 +79,6 @@ Show a link to the appropriate question page in the `value` column so the user c {{ example({group: "components", item: "summary-list", example: "with-missing-information", html: true, nunjucks: true, open: false}) }} - ## Summary cards If you’re showing multiple summary lists on a page, you can show each list within a summary card. This lets you visually separate each summary list and give each a title and some actions. diff --git a/src/patterns/addresses/index.md b/src/patterns/addresses/index.md index 640cb0c183..afa65100f9 100644 --- a/src/patterns/addresses/index.md +++ b/src/patterns/addresses/index.md @@ -67,7 +67,7 @@ Error messages should be styled like this: {{ example({group: "patterns", item: "addresses", example: "error-messages", html: true, nunjucks: true, open: false, size: "xl"}) }} -If a postcode entered is not a real postcode, use a message like this: +If a postcode entered is not a real postcode, use a message like this: {{ example({group: "patterns", item: "addresses", example: "error-postcode", html: true, nunjucks: true, open: false, size: "s"}) }}