diff --git a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-strong-tag-to-make-text-bold.english.md b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-strong-tag-to-make-text-bold.english.md
index bf38a2021b..b66aa46494 100644
--- a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-strong-tag-to-make-text-bold.english.md
+++ b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-strong-tag-to-make-text-bold.english.md
@@ -12,7 +12,7 @@ To make text bold, you can use the strong
tag. This is often used t
## Instructions
-Wrap a strong
tag around "Stanford University" inside the p
tag.
+Wrap a strong
tag around "Stanford University" inside the p
tag (do not include the period).
## Tests