Hint for british option here
-
-
+
Hint for other option here
-
+
`;
exports[`Checkboxes when they include an error message renders the error message 1`] = `
diff --git a/src/govuk/components/date-input/__snapshots__/template.test.js.snap b/src/govuk/components/date-input/__snapshots__/template.test.js.snap
index c9b6903233..10e751b6a0 100644
--- a/src/govuk/components/date-input/__snapshots__/template.test.js.snap
+++ b/src/govuk/components/date-input/__snapshots__/template.test.js.snap
@@ -45,11 +45,11 @@ exports[`Date input passes through html fieldset params without breaking 1`] = `
`;
exports[`Date input when it includes a hint renders the hint 1`] = `
-
For example, 31 3 1980
-
+
`;
exports[`Date input when it includes an error message renders the error message 1`] = `
diff --git a/src/govuk/components/hint/_index.scss b/src/govuk/components/hint/_index.scss
index 63932b639d..18a44da8d3 100644
--- a/src/govuk/components/hint/_index.scss
+++ b/src/govuk/components/hint/_index.scss
@@ -16,7 +16,7 @@
// is unlikely that the default or govuk-label--s class would be used in this
// case.
- // This adjustment will not work in browsers that do not support :not().
+ // This adjustment will not work in browsers that do not support :not().
// Users with these browsers will see the default size margin (5px larger).
.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-hint {
@@ -30,7 +30,7 @@
// it is unlikely that the default or govuk-fieldset__legend--s class would be
// used in this case.
- // This adjustment will not work in browsers that do not support :not().
+ // This adjustment will not work in browsers that do not support :not().
// Users with these browsers will see the default size margin (5px larger).
.govuk-fieldset__legend:not(.govuk-fieldset__legend--m):not(.govuk-fieldset__legend--l):not(.govuk-fieldset__legend--xl) + .govuk-hint {
diff --git a/src/govuk/components/hint/template.njk b/src/govuk/components/hint/template.njk
index 58350dca06..f84fb51fc9 100644
--- a/src/govuk/components/hint/template.njk
+++ b/src/govuk/components/hint/template.njk
@@ -1,4 +1,4 @@
-