Skip to content

Commit 2d8cbb2

Browse files
committed
Fix typo
1 parent 83e5433 commit 2d8cbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ You could use component attributes to register event handlers, just like `onClic
203203

204204
## Demo08: Form ([source](https://github.com/ruanyf/react-demos/blob/master/demo08/index.html))
205205

206-
According to React's design philosophy, `this.state` describes the state of component and is mutated via user interactions, and `this.props` describes the properties of component and is stable adn immutable.
206+
According to React's design philosophy, `this.state` describes the state of component and is mutated via user interactions, and `this.props` describes the properties of component and is stable and immutable.
207207

208208
Since that, the `value` attribute of Form components, such as <input>, <textarea>, and <option>, is unaffected by any user input. If you wanted to access or update the value in response to user input, you could use the onChange event.
209209

0 commit comments

Comments
 (0)