Skip to content

Commit 3c5895d

Browse files
Merge pull request #3 from guillaumesolderaserli/patch-1
Fix typo
2 parents 76ce598 + 7bf2f97 commit 3c5895d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instructions/1-react-redux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You just have to subscribe to the store mutations once mounted into the DOM (do
66
Let's try to write a naïve implementation :
77

88
```javascript
9-
class Component extends Comopnent {
9+
class MyComponent extends Component {
1010
static propTypes = {
1111
store: PropTypes.shape({
1212
subscribe: PropTypes.func,

0 commit comments

Comments
 (0)