fix(curriculum): add ending dots for consistency (Build a Survey Form) (#48218)

fix(curriculum): add ending dots for consistency
pull/48232/head
Y Matsuda 2022-10-24 17:57:32 +09:00 committed by GitHub
parent a2803e208e
commit e4a8bb15b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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')

View File

@ -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')