From 3e5988fba521055d511b22b09ddc8a68ac915c20 Mon Sep 17 00:00:00 2001 From: slegarraga <64795732+slegarraga@users.noreply.github.com> Date: Fri, 20 Feb 2026 07:15:19 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20typo=20'overriden'=20=E2=86=92?= =?UTF-8?q?=20'overridden'=20in=20README=20(#718)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00fd9f3..77a8417 100644 --- a/README.md +++ b/README.md @@ -435,7 +435,7 @@ together with `state` and `emit`. 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 starting to evict the least-recently-used instances. This behavior can be -overriden with [options](#app--chooopts). +overridden with [options](#app--chooopts). ## Optimizations Choo is reasonably fast out of the box. But sometimes you might hit a scenario