diff --git a/curriculum/challenges/english/25-front-end-development/workshop-curriculum-outline/6823d6244511f252c8300eed.md b/curriculum/challenges/english/25-front-end-development/workshop-curriculum-outline/6823d6244511f252c8300eed.md index 8996c5ad3e5..3b0cfb53cac 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-curriculum-outline/6823d6244511f252c8300eed.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-curriculum-outline/6823d6244511f252c8300eed.md @@ -7,13 +7,13 @@ dashedName: step-6 # --description-- -When you need to add a paragraph to a web page, you can use the `p` element like this: +When you need to add a paragraph to a webpage, you can use the `p` element like this: ```html

I am a paragraph element.

``` -Turn your `Learn all of the skills to become a full stack developer` into a paragraph element. +Turn `Learn all of the skills to become a full stack developer` into a paragraph element. # --hints--