Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zmitry authored Jan 15, 2018
1 parent 235d726 commit 3582e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ const Todo = TodoState
```
\<assumption>
It's possible that the resaon for this slowdown is that MST types are based on infers, and each time your IDE/tsserver want to show type information for an expression, it needs to recalcued the entire model (And the entire subtree).
It's possible that the reason for this slowdown is that MST types are based on infers, and each time your IDE/tsserver want to show type information for an expression, it needs to recalcued the entire model (And the entire subtree).
Seems like giving it an real interface name turning on tsserver cache mechanizm, that recalculate it only on invalidation.
\</assumption>
Expand Down

0 comments on commit 3582e1a

Please sign in to comment.