We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e2a24c + 514802c commit 9ddc0ecCopy full SHA for 9ddc0ec
README.md
@@ -215,7 +215,7 @@ store.todos[0].finished = true;
215
```
216
217
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!
+Read this section as well if you want to know more about writing asynchronous actions. It's easy!
219
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.
220
221
## MobX: Simple and scalable
0 commit comments