Skip to content

Commit 8ee68e4

Browse files
morenoh149markerikson
authored andcommitted
fix grammar (#117)
1 parent 641bdb8 commit 8ee68e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/usage-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is good in some cases, because it gives you flexibility, but that flexibili
1313

1414
As described in the [Quick Start](../introduction/quick-start.md) page, the goal of Redux Starter Kit is to help simplify common Redux use cases. It is not intended to be a complete solution for everything you might want to do with Redux, but it should make a lot of the Redux-related code you need to write a lot simpler (or in some cases, eliminate some of the hand-written code entirely).
1515

16-
Redux Starter Kit exports several individual functions that you can use in your application, and adds dependencies on some other packages that are commonly used with Redux. This lets you decide how you to use these in your own application, whether it be a brand new project or updating a large existing app.
16+
Redux Starter Kit exports several individual functions that you can use in your application, and adds dependencies on some other packages that are commonly used with Redux. This lets you decide how to use these in your own application, whether it be a brand new project or updating a large existing app.
1717

1818
Let's look at some of the ways that Redux Starter Kit can help make your Redux-related code better.
1919

0 commit comments

Comments
 (0)