Skip to content

Commit e184858

Browse files
Update 2-ui/4-forms-controls/1-form-elements/article.md
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
1 parent ec7c890 commit e184858

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Come in questo caso:
163163
input.value = "Nuovo valore";
164164
textarea.value = "Nuovo testo";
165165
166-
input.checked = true; // for a checkbox o per un radio button
166+
input.checked = true; // per una checkbox o un radio button
167167
```
168168
169169
```warn header="Usare `textarea.value`, e non `textarea.innerHTML`"

0 commit comments

Comments
 (0)