File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ The real two key pieces here are the original `Hello` component as well as the `
511
511
` connect ` will be able to actually take our original ` Hello ` component and turn it into a container using two functions:
512
512
513
513
* ` mapStateToProps ` which massages the data from the current store to part of the shape that our component needs.
514
- * ` mapDispatchToProps ` which uses creates callback props to pump actions to our store using a given ` dispatch ` function.
514
+ * ` mapDispatchToProps ` which creates callback props to pump actions to our store using a given ` dispatch ` function.
515
515
516
516
If we recall, our application state consists of two properties: ` languageName ` and ` enthusiasmLevel ` .
517
517
Our ` Hello ` component, on the other hand, expected a ` name ` and an ` enthusiasmLevel ` .
You can’t perform that action at this time.
0 commit comments