From 60f87c348d17534bc89b5e0fbdeeec4fd94eb59e Mon Sep 17 00:00:00 2001 From: Ilenia Date: Tue, 10 May 2022 12:33:44 +0200 Subject: [PATCH] fix(curriculum): missing backtick in product landing page project tests (#45899) --- .../build-a-product-landing-page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')