Skip to content

Commit

Permalink
Merge pull request #1330 from TehShrike/patch-1
Browse files Browse the repository at this point in the history
Documentation: adding enhancer to createStore signature
  • Loading branch information
gaearon committed Jan 31, 2016
2 parents 7f301d7 + 106ee6a commit 682a2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/createStore.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `createStore(reducer, [initialState])`
# `createStore(reducer, [initialState], [enhancer])`

Creates a Redux [store](Store.md) that holds the complete state tree of your app.
There should only be a single store in your app.
Expand Down

0 comments on commit 682a2a7

Please sign in to comment.