Skip to content

Commit

Permalink
Small tweak to punctuation (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham-Pembrey authored Oct 9, 2024
1 parent 5f43333 commit 7517005
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/layouts/community.njk
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
<h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-5">
{{ title }}
</h1>
<p class="nhsuk-u-margin-bottom-5">{{ description }}</p>
<p>{{ description }}</p>
{{ content | safe }}
{% endblock %}
2 changes: 1 addition & 1 deletion docs/_includes/layouts/component.njk
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-5">
{{ title }}
</h1>
<p class="nhsuk-u-margin-bottom-5">{{ description }}</p>
<p>{{ description }}</p>
{{ content | safe }}
{% if tags and "component" in tags %}
{% include "layouts/partials/feedback-section.njk" %}
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/layouts/get-started.njk
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{% endset %}

{% block main %}
<h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-7">
<h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-5">
{{ title }}
</h1>
{{ content | safe }}
Expand Down
4 changes: 3 additions & 1 deletion docs/community/share-findings.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
layout: layouts/community.njk
title: Share your findings
description: We want to hear how users experience components and patterns in your service – it helps us improve the design system. You can do this by taking part in discussions on GitHub.
description: We want to hear how users experience components and patterns in your service. It helps us improve the design system.
tags:
- contribution
---

You can do this by taking part in discussions on GitHub.

Useful findings to share might be things like:

- summaries of user research you’ve done
Expand Down

0 comments on commit 7517005

Please sign in to comment.