Skip to content

Commit 6031e01

Browse files
Merge pull request microsoft#2 from jonathanp/patch-1
Update README.md
2 parents 8346ce6 + 36b9ec4 commit 6031e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ The real two key pieces here are the original `Hello` component as well as the `
511511
`connect` will be able to actually take our original `Hello` component and turn it into a container using two functions:
512512

513513
* `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.
515515

516516
If we recall, our application state consists of two properties: `languageName` and `enthusiasmLevel`.
517517
Our `Hello` component, on the other hand, expected a `name` and an `enthusiasmLevel`.

0 commit comments

Comments
 (0)