We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76ce598 + 7bf2f97 commit 3c5895dCopy full SHA for 3c5895d
instructions/1-react-redux.md
@@ -6,7 +6,7 @@ You just have to subscribe to the store mutations once mounted into the DOM (do
6
Let's try to write a naïve implementation :
7
8
```javascript
9
-class Component extends Comopnent {
+class MyComponent extends Component {
10
static propTypes = {
11
store: PropTypes.shape({
12
subscribe: PropTypes.func,
0 commit comments