spell check
This commit is contained in:
parent
10a9f3cda6
commit
6c747c0e6e
2
redux.md
2
redux.md
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue