fix(curriculum): minor things in first workshop (#60489)

This commit is contained in:
Tom 2025-05-22 12:51:30 -05:00 committed by GitHub
parent dddfe99200
commit 57adb773d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
<p>I am a paragraph element.</p>
```
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--