Skip to content

Commit 6ebbb03

Browse files
committed
Merge pull request reactjs#30 from vahe/patch-1
Update 11_state-subscriber.js
2 parents 1752e61 + 74f5cb7 commit 6ebbb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

11_state-subscriber.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ store_0.dispatch(addItemActionCreator({ id: 1234, description: 'anything' }))
9191
// highly extensible and this allow to build some crazy products like the Redux DevTools
9292
// (https://github.com/gaearon/redux-devtools).
9393

94-
// But in the end we still need a "better" API to subscribe to our store changes. That's exactly what redux-react
94+
// But in the end we still need a "better" API to subscribe to our store changes. That's exactly what react-redux
9595
// brings us: an API that will allow us to seamlessly fill the gap between the raw Redux subscribing mechanism
9696
// and our developer expectations. In the end, you won't need to use "subscribe" directly. Instead you will
9797
// use bindings such as "provide" or "connect" and those will hide from you the "subscribe" method.

0 commit comments

Comments
 (0)