mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-25 14:01:29 -05:00
fix(curriculum): missing backtick in product landing page project tests (#45899)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user