Update article.md

Rewrote phrasing pointed out in feedback
This commit is contained in:
Zearin 2021-01-16 16:40:46 -05:00 committed by GitHub
parent 18417c349d
commit 8806d5b8ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,9 +36,9 @@ For instance:
</script>
```
There may be multiple elements with the same name. This is often the case for radio buttons or checkboxes.
There may be multiple elements with the same name. This is typical with radio buttons and checkboxes.
In these cases, `form.elements[name]` is a *collection*. For instance:
In that case, `form.elements[name]` is a *collection*. For instance:
```html run height=40
<form>