fix(curriculum): remove extra "\" from description (#44615)

Noticed an extra "/" in the text file on
This commit is contained in:
Jack Howard
2022-01-01 20:18:13 -06:00
committed by GitHub
parent a72326cea1
commit 2a3e344d13

View File

@ -9,7 +9,7 @@ dashedName: step-4
Commenting allows you to leave messages without affecting the browser display. It also allows you to make code inactive. A comment in HTML starts with `<!--`, contains any number of lines of text, and ends with `-->`. For example, the comment `<!-- TODO: Remove h1 -->` contains the text `TODO: Remove h1`. Commenting allows you to leave messages without affecting the browser display. It also allows you to make code inactive. A comment in HTML starts with `<!--`, contains any number of lines of text, and ends with `-->`. For example, the comment `<!-- TODO: Remove h1 -->` contains the text `TODO: Remove h1`.
Add a comment above the `p` element with the text `TODO: Add link to cat photos`. \\ Add a comment above the `p` element with the text `TODO: Add link to cat photos`.
# --hints-- # --hints--