Skip to content

Commit

Permalink
Update ComputingDerivedData.md (#1666)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Luqmaan Dawoodjee authored and gaearon committed Apr 25, 2016
1 parent e998d73 commit a04013e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/ComputingDerivedData.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ import { toggleTodo } from '../actions'
import TodoList from '../components/TodoList'
import { makeGetVisibleTodos } from '../selectors'

const makeMapStateToProps= () => {
const makeMapStateToProps = () => {
const getVisibleTodos = makeGetVisibleTodos()
const mapStateToProps = (state, props) => {
return {
Expand Down

0 comments on commit a04013e

Please sign in to comment.