Finish sentence fragment in Plugin API documentation

This commit is contained in:
kyle
2017-12-05 19:18:47 -08:00
committed by GitHub
parent 743eb8c9c7
commit 47c560227b

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