Skip to content

Commit

Permalink
[Docs] Minor typo and grammar fix (#2940)
Browse files Browse the repository at this point in the history
  • Loading branch information
srimola authored and markerikson committed Apr 18, 2018
1 parent e95eaf2 commit 7d94220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced/NextSteps.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _Nicolas Hery_ describes it really well in _"[Describing UI state with data](htt

### Configure a Store

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:
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:

#### Perform Asynchronous dispatch

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

### Naming Convention

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.
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.

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

0 comments on commit 7d94220

Please sign in to comment.