Skip to content

Commit a2da03a

Browse files
author
CoolGuy
authored
添加空格
1 parent fa20bd0 commit a2da03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10_state-subscriber.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ store_0.dispatch(addItemActionCreator({ id: 1234, description: 'anything' }))
9999
// 所以,订阅方法依然会被我们使用,
100100
// 只不过它通过高度整合的接口替我们处理 redux state 的连接。
101101

102-
// 现在我们隐藏了那些绑定,并且展示了连接你的组件和Redux的state是很轻松的一件事
102+
// 现在我们隐藏了那些绑定,并且展示了连接你的组件和 Redux 的 state 是很轻松的一件事
103103

104104
// 继续下一个教程: 11_Provider-and-connect.js

0 commit comments

Comments
 (0)