spell check

This commit is contained in:
Mark Chavez 2017-10-19 07:16:20 +08:00
parent 10a9f3cda6
commit 6c747c0e6e
1 changed files with 1 additions and 1 deletions

View File

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