From 75170058803910e2ccc2ab3941d4cad877f51ae2 Mon Sep 17 00:00:00 2001 From: Graham Pembrey <104374213+Graham-Pembrey@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:22:20 +0100 Subject: [PATCH] Small tweak to punctuation (#162) --- docs/_includes/layouts/community.njk | 2 +- docs/_includes/layouts/component.njk | 2 +- docs/_includes/layouts/get-started.njk | 2 +- docs/community/share-findings.md | 4 +++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/_includes/layouts/community.njk b/docs/_includes/layouts/community.njk index 2abf1e7..8342790 100644 --- a/docs/_includes/layouts/community.njk +++ b/docs/_includes/layouts/community.njk @@ -47,6 +47,6 @@

{{ title }}

-

{{ description }}

+

{{ description }}

{{ content | safe }} {% endblock %} diff --git a/docs/_includes/layouts/component.njk b/docs/_includes/layouts/component.njk index 5c86cd4..9b18e84 100644 --- a/docs/_includes/layouts/component.njk +++ b/docs/_includes/layouts/component.njk @@ -41,7 +41,7 @@

{{ title }}

-

{{ description }}

+

{{ description }}

{{ content | safe }} {% if tags and "component" in tags %} {% include "layouts/partials/feedback-section.njk" %} diff --git a/docs/_includes/layouts/get-started.njk b/docs/_includes/layouts/get-started.njk index b39372f..ce9d021 100644 --- a/docs/_includes/layouts/get-started.njk +++ b/docs/_includes/layouts/get-started.njk @@ -38,7 +38,7 @@ {% endset %} {% block main %} -

+

{{ title }}

{{ content | safe }} diff --git a/docs/community/share-findings.md b/docs/community/share-findings.md index b9dd73c..95a292a 100644 --- a/docs/community/share-findings.md +++ b/docs/community/share-findings.md @@ -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