Skip to content

Commit

Permalink
Run prettier --write
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Aug 30, 2023
1 parent a164c3b commit a55f44a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/summary-list/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/patterns/addresses/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}) }}

Expand Down

0 comments on commit a55f44a

Please sign in to comment.