From 26c29f25aa7c74d848a482f5812b8395b6d45fa5 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 8 May 2018 17:09:14 -0700 Subject: [PATCH] fix(seed): Change tag nesting order (#17093) Changed em tag to wrap around p tag Closes #17077 --- .../01-responsive-web-design/applied-visual-design.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/01-responsive-web-design/applied-visual-design.json b/challenges/01-responsive-web-design/applied-visual-design.json index 3270a29c80..4fbbfe1688 100644 --- a/challenges/01-responsive-web-design/applied-visual-design.json +++ b/challenges/01-responsive-web-design/applied-visual-design.json @@ -320,7 +320,7 @@ "description": [ "To emphasize text, you can use the em tag. This displays text as italicized, as the browser applies the CSS of font-style: italic; to the element.", "
", - "Wrap an em tag around the paragraph tag to give it emphasis." + "Wrap an em tag around the contents of the paragraph tag to give it emphasis." ], "challengeSeed": [ "