diff --git a/curriculum/challenges/english/14-responsive-web-design-22/build-a-product-landing-page-project/build-a-product-landing-page.md b/curriculum/challenges/english/14-responsive-web-design-22/build-a-product-landing-page-project/build-a-product-landing-page.md index cdd62359751..dbe9f50c4b1 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/build-a-product-landing-page-project/build-a-product-landing-page.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/build-a-product-landing-page-project/build-a-product-landing-page.md @@ -130,7 +130,7 @@ const el = document.getElementById('form') assert(!!el && el.tagName === 'FORM') ``` -You should have an `input` element with an `id of `email` +You should have an `input` element with an `id` of `email` ```js const el = document.getElementById('email')