fix: correct typo 'overriden' → 'overridden' in README (#718)

This commit is contained in:
slegarraga
2026-02-20 10:15:19 +00:00
committed by GitHub
parent 276b07043c
commit 3e5988fba5
+1 -1
View File
@@ -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