mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
+1
-1
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user