diff --git a/app/templates/views/guidance/edit-and-format-messages.html b/app/templates/views/guidance/edit-and-format-messages.html
index f6d29db8d..599c502c8 100644
--- a/app/templates/views/guidance/edit-and-format-messages.html
+++ b/app/templates/views/guidance/edit-and-format-messages.html
@@ -30,7 +30,7 @@
- headings
- bullets
- - inset text
+ - inset text
- horizontal rules
diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py
index 3615b1c65..c4b0dcc5d 100644
--- a/tests/app/main/views/test_index.py
+++ b/tests/app/main/views/test_index.py
@@ -342,7 +342,7 @@ def test_font_preload(
preload_tags = page.select('link[rel=preload][as=font][type="font/woff2"][crossorigin]')
- assert len(preload_tags) == 4, 'Run `npm build` to copy fonts into app/static/fonts/'
+ assert len(preload_tags) == 4, 'Run `npm run build` to copy fonts into app/static/fonts/'
for element in preload_tags:
assert element['href'].startswith('https://static.example.com/fonts/')