Skip to content

Commit b93be73

Browse files
authored
Update article.md
1 parent 8806d5b commit b93be73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/4-forms-controls/1-form-elements/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Working with forms will be much more convenient when we learn them.
88

99
Document forms are members of the special collection `document.forms`.
1010

11-
That's a so-called **"named collection"**: it's both named and ordered. We can use both the name or the number in the document to get the form.
11+
That's a so-called *"named collection"*: it's both named and ordered. We can use both the name or the number in the document to get the form.
1212

1313
```js no-beautify
1414
document.forms.my - the form with name="my"

0 commit comments

Comments
 (0)