diff --git a/docs/customization/plugin-api.md b/docs/customization/plugin-api.md index c026d4e3..db88ca71 100644 --- a/docs/customization/plugin-api.md +++ b/docs/customization/plugin-api.md @@ -110,9 +110,9 @@ const MyReducerPlugin = function(system) { ##### Selectors -Selectors reach into +Selectors reach into their namespace's state to retrieve or derive data from the state. -They're an easy way to keep logic for getting data out of state in one place, and is preferred over passing state data directly into components. +They're an easy way to keep logic in one place, and is preferred over passing state data directly into components. ```javascript