Skip to content

Commit

Permalink
Fixed a typo (reduxjs#2417)
Browse files Browse the repository at this point in the history
Fixed a trivial type: determing -> determining
  • Loading branch information
averyby authored and timdorr committed May 20, 2017
1 parent 65ea3fd commit b8d155e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq/OrganizingState.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ There is no “right” answer for this. Some users prefer to keep every single

***Using local component state is fine***. As a developer, it is _your_ job to determine what kinds of state make up your application, and where each piece of state should live. Find a balance that works for you, and go with it.

Some common rules of thumb for determing what kind of data should be put into Redux:
Some common rules of thumb for determining what kind of data should be put into Redux:

- Do other parts of the application care about this data?
- Do you need to be able to create further derived data based on this original data?
Expand Down

0 comments on commit b8d155e

Please sign in to comment.