Skip to content

Commit 1fd6f15

Browse files
Update forms.md
1 parent ce98996 commit 1fd6f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: content/docs/forms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class EssayForm extends React.Component {
123123
}
124124
```
125125

126-
Perhatikan bahwa `this.state.value` diinisialisasi di constructor, sehingga textarea mula-mula akan memiliki teks di dalamnya.
126+
Perhatikan bahwa `this.state.value` diinisialisasi di constructor, sehingga area teks akan memiliki teks di dalamnya.
127127

128128
## Tag select {#the-select-tag}
129129

0 commit comments

Comments
 (0)