From 8a591bd8ee8a4aac78903e75ef454e8686529ec0 Mon Sep 17 00:00:00 2001 From: Peter Berkenbosch Date: Sun, 22 Feb 2026 05:13:01 +0100 Subject: [PATCH] Fix typos in AGENTS.md (#2571) --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index d1c837079..72112cd7d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -140,7 +140,7 @@ Key recurring tasks (via `config/recurring.yml`): ### Imports and exports Allow people to move between OSS and SAAS Fizzy instances: -- Exports/Imports can be wirtten to/read from local or S3 storage depending on the config of the instance (both myst be supported) +- Exports/Imports can be written to/read from local or S3 storage depending on the config of the instance (both must be supported) - Must be able to handle very large ZIP files (500+GB) - Models in `app/models/account/data_transfer/`, `app/models/zip_file`