Skip to content

Commit 9ddc0ec

Browse files
authored
Merge pull request #1472 from stigi/patch-1
Tiny typo in Readme
2 parents 5e2a24c + 514802c commit 9ddc0ec

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
@@ -215,7 +215,7 @@ store.todos[0].finished = true;
215215
```
216216

217217
Nonetheless, MobX has an optional built-in concept of [`actions`](https://mobxjs.github.io/mobx/refguide/action.html).
218-
Read this section as well if you want to now more about writing asynchronous actions. It's easy!
218+
Read this section as well if you want to know more about writing asynchronous actions. It's easy!
219219
Use them to your advantage; they will help you to structure your code better and make wise decisions about when and where state should be modified.
220220

221221
## MobX: Simple and scalable

0 commit comments

Comments
 (0)