From 3bc3cb920e984b07c04c612bf6b2f88c7d14f558 Mon Sep 17 00:00:00 2001 From: Jai Avasthi <71372825+jai12789@users.noreply.github.com> Date: Fri, 5 Jan 2024 19:44:22 +0530 Subject: [PATCH] Fix : changed elements to element's (#52975) --- .../5f7b87422a560036fd03ccff.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f7b87422a560036fd03ccff.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f7b87422a560036fd03ccff.md index a18ab6b58e1..fbaa05ea28e 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f7b87422a560036fd03ccff.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f7b87422a560036fd03ccff.md @@ -7,7 +7,7 @@ dashedName: step-50 # --description-- -For the two `p` elements you just added, add `dessert` as the value of the first `p` element's `class` attribute and the value `price` as the second `p` elements `class` attribute. +For the two `p` elements you just added, add `dessert` as the value of the first `p` element's `class` attribute and the value `price` as the second `p` element's `class` attribute. # --hints--