Fix small typos in the rewrite docs (#1533)
This commit is contained in:
parent
68f832d776
commit
7a4349c332
3 changed files with 3 additions and 3 deletions
|
|
@ -87,7 +87,7 @@ m.route(document.body, "/", {
|
|||
|
||||
---
|
||||
|
||||
### When Mithril does not redraws
|
||||
### When Mithril does not redraw
|
||||
|
||||
Mithril does not redraw after `setTimeout`, `setInterval`, `requestAnimationFrame` and 3rd party library event handlers (e.g. Socket.io callbacks). In those cases, you must manually call [`m.redraw()`](redraw.md).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue