Skip to content

Commit

Permalink
Change store designation
Browse files Browse the repository at this point in the history
Surely looks like useless, but I got confused about how many `stores` redux involves, that's why I suggest the change, to be clearer.
  • Loading branch information
Bernardstanislas committed Aug 19, 2015
1 parent d28f4fa commit a9fc0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/Actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

First, let’s define some actions.

**Actions** are payloads of information that send data from your application to your store. They are the *only* source of information for a store. You send them to the store using [`store.dispatch()`](../api/Store.md#dispatch).
**Actions** are payloads of information that send data from your application to your store. They are the *only* source of information for the store. You send them to the store using [`store.dispatch()`](../api/Store.md#dispatch).

Here’s an example action which represents adding a new todo item:

Expand Down

0 comments on commit a9fc0f3

Please sign in to comment.