From b88c8ab351df6a177dfe45b865c44afea395a0c0 Mon Sep 17 00:00:00 2001 From: law27 <40236169+law27@users.noreply.github.com> Date: Mon, 31 Aug 2020 08:38:51 +0530 Subject: [PATCH] Update use-the-s-tag-to-strikethrough-text.english.md (#38515) Alphabet word is not wrapped inside double quotes Co-authored-by: LawranceMichaelite <40236169+LawranceMichaelite@users.noreply.github.com> --- .../use-the-s-tag-to-strikethrough-text.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-s-tag-to-strikethrough-text.english.md b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-s-tag-to-strikethrough-text.english.md index 7ebfec9ff9..d4a1d4f1a3 100644 --- a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-s-tag-to-strikethrough-text.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-s-tag-to-strikethrough-text.english.md @@ -14,7 +14,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, which should not have the strikethrough formatting.
## Tests