Skip to content

Commit 47c5602

Browse files
authored
Finish sentence fragment in Plugin API documentation
1 parent 743eb8c commit 47c5602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/customization/plugin-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ const MyReducerPlugin = function(system) {
110110

111111
##### Selectors
112112

113-
Selectors reach into
113+
Selectors reach into their namespace's state to retrieve or derive data from the state.
114114

115-
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.
115+
They're an easy way to keep logic in one place, and is preferred over passing state data directly into components.
116116

117117

118118
```javascript

0 commit comments

Comments
 (0)