diff --git a/CHANGELOG.md b/CHANGELOG.md
index 10cb34b2..45f69db9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
-- `tna-visually-hidden` changed to `tna-!--visually-hidden`
+- `tna-visually-hidden` could instead use the class `tna-!--visually-hidden` (will deprecate one of these in the future)
- Changed Node version from `lts/hydrogen` to `lts/iron`
- Update the `spacing` and `spacing-mobile` functions in `spacing` to `space` and `space-mobile`
diff --git a/src/nationalarchives/components/breadcrumbs/breadcrumbs.mjs b/src/nationalarchives/components/breadcrumbs/breadcrumbs.mjs
index de6f6050..13d0c3d3 100644
--- a/src/nationalarchives/components/breadcrumbs/breadcrumbs.mjs
+++ b/src/nationalarchives/components/breadcrumbs/breadcrumbs.mjs
@@ -32,7 +32,7 @@ export class Breadcrumbs {
const $expandButton = document.createElement("button");
$expandButton.classList.add("tna-breadcrumbs__link");
$expandButton.innerHTML =
- "Expand breadcrumbs…";
+ "Expand breadcrumbs…";
$expandButton.setAttribute("aria-expanded", "false");
$expandButton.setAttribute("aria-controls", uniqueId);
$expandButton.addEventListener("click", () => {
diff --git a/src/nationalarchives/components/footer/template.njk b/src/nationalarchives/components/footer/template.njk
index b7a4b9ad..508d690c 100644
--- a/src/nationalarchives/components/footer/template.njk
+++ b/src/nationalarchives/components/footer/template.njk
@@ -31,7 +31,7 @@
{%- else -%}
{%- endif -%}
-