diff --git a/src/plugins/add-plugin.md b/src/plugins/add-plugin.md index 9e228b0a..593f4f62 100644 --- a/src/plugins/add-plugin.md +++ b/src/plugins/add-plugin.md @@ -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 reccomended + - `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 - `wrapActions` - replace an action with a wrapped action (useful for hooking into existing `actions`) - `components` - React components - `fn` - commons functions