Merge pull request #99 from mrkjlchvz/master

Spell check
This commit is contained in:
Rico Sta. Cruz 2017-10-21 03:50:32 +08:00 committed by GitHub
commit 240ee26eb1
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ import { connect } from 'react-redux'
```js
// A functional React component
function App ({ messasge, onMessageClick }) {
function App ({ message, onMessageClick }) {
return (
<div onClick={() => onMessageClick('hello')}>
{message}