fix(curriculum): give better instructions on alignment p-tags (#41859)

* Improve instructions

* Remove unneccessary line break

* Move empty line
pull/41860/head
Glitchy-Tozier 2021-04-19 19:42:59 +02:00 committed by GitHub
parent 452f004dee
commit dbdc704271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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