Merge pull request #3988 from swagger-api/shockey-patch-1

Finish sentence fragment in Plugin API documentation
This commit is contained in:
kyle
2017-12-05 19:23:19 -08:00
committed by GitHub

View File

@@ -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