From 1a9a48911f2a5316bd4e1180edcfb73a9fcb49de Mon Sep 17 00:00:00 2001 From: Buntu Redempter Date: Wed, 29 Dec 2021 22:03:18 -0800 Subject: [PATCH] fix(curriculum): remove "is" in the description (#44592) --- .../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 13172187b0..159f30db8a 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 is 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 anchor (`a`) elements, `input` elements are self-closing and do not need closing tags. Nest an `input` element in the `form` element.