Skip to content

Commit

Permalink
fix/Learn Typography by building a Nutrition Label:Step 22 (#47370)
Browse files Browse the repository at this point in the history
* fix/Learn Typography by building a Nutrition Label:Step 22 #47109

* revert change on non-English files

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-typography-by-building-a-nutrition-label/615f42a021625f656101ef93.md

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
  • Loading branch information
Xavier-Pierre-dev and Naomi Carrigan committed Aug 24, 2022
1 parent 5e402e6 commit 0d40666
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ assert(document.querySelector('span')?.classList?.contains('right'));
Your `span` element should have the text `2/3 cup (55g)`.
```js
assert(document.querySelector('span')?.textContent === '2/3 cup (55g)');
assert(document.querySelector('span')?.textContent?.trim() === '2/3 cup (55g)');
```
Your `p` element should still have the text `Serving size 2/3 cup (55g)`.
Expand Down

0 comments on commit 0d40666

Please sign in to comment.