fix(curriculum): missing backtick in product landing page project tests (#45899)

pull/45901/head
Ilenia 2022-05-10 12:33:44 +02:00 committed by GitHub
parent 2bebb92189
commit 60f87c348d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ const el = document.getElementById('form')
assert(!!el && el.tagName === '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 ```js
const el = document.getElementById('email') const el = document.getElementById('email')