fix (curriculum): fixed missing backtick on line 143 (#46020)

Fixed missing backtick on line 143 for build-a-product-landing-page.md
This commit is contained in:
DanielRosa74
2022-05-17 14:51:43 -03:00
committed by GitHub
parent c1dc0332e7
commit 9acd8798fd
@@ -140,7 +140,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')