Skip to content

Commit a401267

Browse files
committed
Update README.md
1 parent 645d737 commit a401267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Creates the Redux store, and allow `connect()` to access it.
8686
* [`storeEnhancers`] \(*Function[]*): Optional, this will be used to create the store, in most cases you don't need to pass anything, see [Store Enhancer official documentation.](http://rackt.github.io/redux/docs/Glossary.html#store-enhancer)
8787

8888

89-
### `connect(mapStateToTarget, [mapDispatchToTarget])([target])`
89+
### `connect(mapStateToTarget, [mapDispatchToTarget])(target)`
9090

9191
Connects an Angular component to Redux.
9292

0 commit comments

Comments
 (0)