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>
pull/43869/head
Eric Cheng 2021-10-14 16:54:39 -04:00 committed by GitHub
parent 07eb99e57c
commit de422fe365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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--

View File

@ -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--