Skip to content

Commit

Permalink
Added ')' to end wrap of Connect
Browse files Browse the repository at this point in the history
The ending parentheses was missing.
  • Loading branch information
hudsonbloom authored Jan 24, 2021
1 parent 6e4270c commit f0d6114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/firestoreConnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default compose(
firestoreConnect(() => ['todos']), // sync todos collection from Firestore into redux
connect((state) => ({
todosList: state.firestore.data.todos
})
}))
)(SomeComponent)
```

Expand Down

0 comments on commit f0d6114

Please sign in to comment.