Merge pull request #107 from jayrobin/fix-react-cheatsheet-spelling-error

Fix react cheatsheet spelling error
This commit is contained in:
Rico Sta. Cruz 2017-10-23 06:48:22 +08:00 committed by GitHub
commit 0d45e42204
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ class MyComponent extends React.Component {
} }
onChange (event) { onChange (event) {
this.setState({ value: event.target.vlaue }) this.setState({ value: event.target.value })
} }
} }
``` ```