mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-28 14:01:28 -04:00
fix(curriculum): add ending dots for consistency (Build a Survey Form) (#48218)
fix(curriculum): add ending dots for consistency
This commit is contained in:
@@ -119,7 +119,7 @@ const el = document.getElementById('email')
|
||||
assert(!!el && el.required)
|
||||
```
|
||||
|
||||
Your `#email` should be a descendant of `#survey-form`
|
||||
Your `#email` should be a descendant of `#survey-form`.
|
||||
|
||||
```js
|
||||
const el = document.querySelector('#survey-form #email')
|
||||
|
||||
@@ -119,7 +119,7 @@ const el = document.getElementById('email')
|
||||
assert(!!el && el.required)
|
||||
```
|
||||
|
||||
Your `#email` should be a descendant of `#survey-form`
|
||||
Your `#email` should be a descendant of `#survey-form`.
|
||||
|
||||
```js
|
||||
const el = document.querySelector('#survey-form #email')
|
||||
|
||||
Reference in New Issue
Block a user