Fix : changed elements to element's (#52975)

This commit is contained in:
Jai Avasthi
2024-01-05 19:44:22 +05:30
committed by GitHub
parent f3ce85d7fa
commit 3bc3cb920e

View File

@@ -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--