From 2a3e344d13904bc901c0a80b57176cae27adc184 Mon Sep 17 00:00:00 2001 From: Jack Howard Date: Sat, 1 Jan 2022 20:18:13 -0600 Subject: [PATCH] fix(curriculum): remove extra "\" from description (#44615) Noticed an extra "/" in the text file on --- .../learn-html-by-building-a-cat-photo-app/step-004.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/step-004.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/step-004.md index 4ca8438296..99eb22d5be 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/step-004.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/step-004.md @@ -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 ``. For example, the comment `` 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--