From 357b4802fd2b325bb6fc072a6bfa2c76cd0da556 Mon Sep 17 00:00:00 2001
From: Jason Barry <58484104+jbarryfl@users.noreply.github.com>
Date: Thu, 20 Jan 2022 03:13:35 -0500
Subject: [PATCH] fix: update wording in description (#44842)
---
.../learn-html-by-building-a-cat-photo-app/step-036.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-036.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/step-036.md
index 159f30db8a..f18822dcce 100644
--- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/step-036.md
+++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/step-036.md
@@ -7,7 +7,7 @@ dashedName: step-36
# --description--
-The `input` element allows you several ways to collect data from a web form. Like anchor (`a`) elements, `input` elements are self-closing and do not need closing tags.
+The `input` element allows you several ways to collect data from a web form. Like `img` elements, `input` elements are self-closing and do not need closing tags.
Nest an `input` element in the `form` element.