From d98be1be7cd28c08b18ac85a0d7dc06524688703 Mon Sep 17 00:00:00 2001 From: Martin Payne Date: Mon, 19 Nov 2018 01:22:13 -0500 Subject: [PATCH] added (do not include the period) to address common mistake (#34381) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thank you for your pull request. I am closing this pull request. Please add links and other details to the challenge’s corresponding guide article instead. If you think I’m wrong in closing this issue, please reopen it and add further clarification. Thank you, and happy coding. @MP7373 --- .../use-the-strong-tag-to-make-text-bold.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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