mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-09-01 15:02:09 +08:00
fix(curriculum): clarify Cafe Menu workshop Step 48 section hint (#69189)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user