fix: misc. spelling errors (#4421)

This commit is contained in:
Ville Skyttä
2018-04-10 01:58:52 +03:00
committed by kyle
parent a0b659a96e
commit 14473dd51d
7 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ Plugins allow you to add
- `statePlugins`
- `selectors` - query the state
- `reducers` - modify the state
- `actions` - fire and forget, that will eventually be handled by a reducer. You *can* rely on the result of async actions. But in general its not recommended
- `actions` - fire and forget, that will eventually be handled by a reducer. You *can* rely on the result of async actions. But in general it's not recommended
- `wrapActions` - replace an action with a wrapped action (useful for hooking into existing `actions`)
- `components` - React components
- `fn` - commons functions