mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-03 14:01:27 -05:00
fix(curriculum): fix mismatch description (#46342)
This commit is contained in:
@@ -25,7 +25,7 @@ Your new `span` element should have the `class` attribute set to `right`.
|
||||
assert(document.querySelector('span')?.classList?.contains('right'));
|
||||
```
|
||||
|
||||
Your `.right` element should have the text `2/3 cup (55g)`.
|
||||
Your `span` element should have the text `2/3 cup (55g)`.
|
||||
|
||||
```js
|
||||
assert(document.querySelector('span')?.textContent === '2/3 cup (55g)');
|
||||
|
||||
Reference in New Issue
Block a user