fix(curriculum): remove first person language from cafe menu workshop (#67389)

This commit is contained in:
Deepak.S
2026-05-14 17:54:10 +05:30
committed by GitHub
parent 105ba4db6e
commit bb616d1405
@@ -9,7 +9,7 @@ dashedName: step-1
In this workshop, you will practice the basics of CSS (Cascading Style Sheets) by building a cafe menu.
Let's start by adding some menu content. Add a `main` element within the existing `body` element. It will eventually contain pricing information about coffee and desserts offered by the cafe.
Start by adding some menu content. Add a `main` element within the existing `body` element. It will eventually contain pricing information about coffee and desserts offered by the cafe.
# --hints--