fix: correct typo 'overriden' → 'overridden' in README (#718)
This commit is contained in:
@@ -435,7 +435,7 @@ together with `state` and `emit`.
|
|||||||
The default class cache is an LRU cache (using [nanolru][nanolru]), meaning it
|
The default class cache is an LRU cache (using [nanolru][nanolru]), meaning it
|
||||||
will only hold on to a fixed amount of class instances (`100` by default) before
|
will only hold on to a fixed amount of class instances (`100` by default) before
|
||||||
starting to evict the least-recently-used instances. This behavior can be
|
starting to evict the least-recently-used instances. This behavior can be
|
||||||
overriden with [options](#app--chooopts).
|
overridden with [options](#app--chooopts).
|
||||||
|
|
||||||
## Optimizations
|
## Optimizations
|
||||||
Choo is reasonably fast out of the box. But sometimes you might hit a scenario
|
Choo is reasonably fast out of the box. But sometimes you might hit a scenario
|
||||||
|
|||||||
Reference in New Issue
Block a user