From de422fe365674552c2586ef52570b555a299dde2 Mon Sep 17 00:00:00 2001 From: Eric Cheng <68196762+import-brain@users.noreply.github.com> Date: Thu, 14 Oct 2021 16:54:39 -0400 Subject: [PATCH] fix: change phrasing in challenges to make it easier to read (#43732) * refactor: made instructions incurriculum\challenges\english\01-responsive-web-design\applied-visual-design\use-the-strong-tag-to-make-text-bold.md a little more clear to user * refactor: changed phrasing in instructions in curriculum\challenges\english\01-responsive-web-design\applied-visual-design\use-the-s-tag-to-strikethrough-text.md to make it slightly easier to read and less verbose * refactor: fix phrasing in curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-s-tag-to-strikethrough-text.md * fix: streamline phrasing according to requested changes Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com> * fix: change phrasing according to requested changes Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com> Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com> --- .../use-the-s-tag-to-strikethrough-text.md | 2 +- .../use-the-strong-tag-to-make-text-bold.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-s-tag-to-strikethrough-text.md b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-s-tag-to-strikethrough-text.md index 509cf6ea7d4..3f8e0378ea4 100644 --- a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-s-tag-to-strikethrough-text.md +++ b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-s-tag-to-strikethrough-text.md @@ -13,7 +13,7 @@ To strikethrough text, which is when a horizontal line cuts across the character # --instructions-- -Wrap the `s` tag around `Google` inside the `h4` tag and then add the word `Alphabet` beside it, which should not have the strikethrough formatting. +Wrap the `s` tag around `Google` inside the `h4` tag and then add the word `Alphabet` beside it without the strikethrough formatting. # --hints-- diff --git a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-strong-tag-to-make-text-bold.md b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-strong-tag-to-make-text-bold.md index d0e3d85209c..74301e504ec 100644 --- a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-strong-tag-to-make-text-bold.md +++ b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-strong-tag-to-make-text-bold.md @@ -13,7 +13,7 @@ To make text bold, you can use the `strong` tag. This is often used to draw atte # --instructions-- -Wrap a `strong` tag around `Stanford University` text inside the `p` tag (do not include the period). +Wrap a `strong` tag around the text `Stanford University` inside the `p` tag (do not include the period). # --hints--