From dbdc7042714582e4eb541b9a38f69cd4b94c4b8c Mon Sep 17 00:00:00 2001 From: Glitchy-Tozier <59611881+Glitchy-Tozier@users.noreply.github.com> Date: Mon, 19 Apr 2021 19:42:59 +0200 Subject: [PATCH] fix(curriculum): give better instructions on alignment p-tags (#41859) * Improve instructions * Remove unneccessary line break * Move empty line --- .../basic-html-and-html5/introduction-to-html5-elements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/introduction-to-html5-elements.md b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/introduction-to-html5-elements.md index 9d19f3f3ee..b4d0a52900 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/introduction-to-html5-elements.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/introduction-to-html5-elements.md @@ -26,9 +26,9 @@ Example usage, a `main` element with two child elements nested inside it: # --instructions-- -Create a second `p` element after the existing `p` element with the following kitty ipsum text: `Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.` +Create a second `p` element with the following kitty ipsum text: `Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.` -Then, create a `main` element and nest the two `p` elements inside the `main` element. +Then, create a `main` element and nest only the two `p` elements inside the `main` element. # --hints--