fix(curriculum): typos in Nutrition Label section (#44652)

* fix(curriculum): typos in Nutrition Label section

* Deleted tream file from last commit

Co-authored-by: “Jim” <“jimkernicky@gmail.com”>
This commit is contained in:
Jim Kernicky
2022-01-03 02:29:07 -05:00
committed by GitHub
parent 0d746a226e
commit 386d897671
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ dashedName: step-25
# --description--
Now update your `h1` selector to be `header h1`, to specifically target your `h1` element within your new `header`.
Now update your `h1` selector to be `header h1` to specifically target your `h1` element within your new `header`.
# --hints--

View File

@ -7,7 +7,7 @@ dashedName: step-53
# --description--
Below your last `p` element, create another `p` element with the text `Sodium 160mg 7%`. Wrap the text `sodium` in a `span` element with a `class` attribute set to `bold`. Wrap the `7%` text in another `span` element with the `class` set to `bold right`.
Below your last `p` element, create another `p` element with the text `Sodium 160mg 7%`. Wrap the text `Sodium` in a `span` element with a `class` attribute set to `bold`. Wrap the `7%` text in another `span` element with the `class` set to `bold right`.
# --hints--