Skip to content

Commit 1143dcb

Browse files
authored
Merge pull request #197 from carlbernardo/patch-1
Fix minor typo in README.md
2 parents 7d42f27 + 5a5f96a commit 1143dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export default VisibleTodoList
212212

213213
### Accessing React Props in Selectors
214214

215-
> This section introduces an hypothetical extension to our app that allows it to support multiple Todo Lists. Please note that a full implementation of this extension requires changes to the reducers, components, actions etc. that aren’t directly relevant to the topics discussed and have been omitted for brevity.
215+
> This section introduces a hypothetical extension to our app that allows it to support multiple Todo Lists. Please note that a full implementation of this extension requires changes to the reducers, components, actions etc. that aren’t directly relevant to the topics discussed and have been omitted for brevity.
216216
217217
So far we have only seen selectors receive the Redux store state as an argument, but a selector can receive props too.
218218

0 commit comments

Comments
 (0)