mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
Change EssayForm label text to match example (#428)
This commit is contained in:
@@ -113,7 +113,7 @@ class EssayForm extends React.Component {
|
||||
return (
|
||||
<form onSubmit={this.handleSubmit}>
|
||||
<label>
|
||||
Name:
|
||||
Essay:
|
||||
<textarea value={this.state.value} onChange={this.handleChange} />
|
||||
</label>
|
||||
<input type="submit" value="Submit" />
|
||||
|
||||
Reference in New Issue
Block a user