Skip to content

Commit

Permalink
fix a typo (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongningfu authored and SangKa committed Jun 19, 2018
1 parent 2e4f602 commit 06f8b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/best/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class Store {
使用 `flow` 的优点是它在语法上基本与 `async` / `await` 是相同的 (只是关键字不同),并且不需要手动用 `@action` 来包装异步代码,这样代码更简洁。

`flow` 只能作为函数使用,不能作为装饰器使用。
`flo` 可以很好的与 MobX 开发者工具集成,所以很容易追踪 `async` 函数的过程。
`flow` 可以很好的与 MobX 开发者工具集成,所以很容易追踪 `async` 函数的过程。

```javascript
mobx.configure({ enforceActions: true })
Expand Down

0 comments on commit 06f8b44

Please sign in to comment.