fix(curriculum): remove extra "\" from description (#44615)
Noticed an extra "/" in the text file on
This commit is contained in:
@ -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--
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user