From 57adb773d2d03428be39c18171632226bc87e6ba Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Thu, 22 May 2025 12:51:30 -0500 Subject: [PATCH] fix(curriculum): minor things in first workshop (#60489) --- .../workshop-curriculum-outline/6823d6244511f252c8300eed.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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--