Skip to content

Commit 7d94220

Browse files
srimolamarkerikson
authored andcommitted
[Docs] Minor typo and grammar fix (reduxjs#2940)
1 parent e95eaf2 commit 7d94220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced/NextSteps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ _Nicolas Hery_ describes it really well in _"[Describing UI state with data](htt
1616

1717
### Configure a Store
1818

19-
To configure a `store` we have to make major considerations on which middleware to use, there are several libraries out there, but the most popular ones are:
19+
To configure a `store` we have to make major considerations on which middleware to use. There are several libraries out there, but the most popular ones are:
2020

2121
#### Perform Asynchronous dispatch
2222

@@ -40,7 +40,7 @@ To be able to choose one of these libraries we must take into account whether we
4040

4141
### Naming Convention
4242

43-
A big source of confusion when it comes to a large project is what to name things. This is often just as important as the code itself. Defining a naming convention for you actions at the very beginning of a project and sticking to that convention helps you to scale up as the scope of the project grows.
43+
A big source of confusion when it comes to a large project is what to name things. This is often just as important as the code itself. Defining a naming convention for your actions at the very beginning of a project and sticking to that convention helps you to scale up as the scope of the project grows.
4444

4545
Great source:
4646
[A Simple Naming Convention for Action Creators in Redux](https://decembersoft.com/posts/a-simple-naming-convention-for-action-creators-in-redux-js/)

0 commit comments

Comments
 (0)