Skip to content

Commit 84a8698

Browse files
iwegesorrycc
authored andcommitted
Fix typo (#29)
1 parent c04e595 commit 84a8698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v1/zh-cn/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ app.model({
281281

282282
> 在实现了鼠标测速之后,怎么实现键盘测速呢?
283283
284-
在 dva 里有个叫 subscriontions 的概念,他来自于 [elm](http://elm-lang.org/blog/farewell-to-frp)
284+
在 dva 里有个叫 subscriptions 的概念,他来自于 [elm](http://elm-lang.org/blog/farewell-to-frp)
285285

286286
Subscription 语义是订阅,用于订阅一个数据源,然后根据条件 dispatch 需要的 action。数据源可以是当前的时间、服务器的 websocket 连接、keyboard 输入、geolocation 变化、history 路由变化等等。
287287

0 commit comments

Comments
 (0)