fix(curriculum): clarify Cafe Menu workshop Step 48 section hint (#69189)

This commit is contained in:
Sujay Bharadwaj
2026-08-02 12:14:02 +05:30
committed by GitHub
parent 78e7c24e89
commit 0f890bb3e2
@@ -45,7 +45,7 @@ You should have four new `.price` elements.
assert.lengthOf(prices, 4);
```
Your `section` element should have eight `p` elements.
Your second `section` element should have eight `p` elements.
```js
assert.lengthOf(paragraphs, 8);