From 7ac61e059714a7bd7caaad48ce7af0fc7160de03 Mon Sep 17 00:00:00 2001 From: Sebastien MALOT Date: Mon, 17 Aug 2026 22:14:01 +0200 Subject: [PATCH] :bug: Fix typo in auto-file-snapshot timeout setting (#10909) Corrected a typo in the configuration documentation regarding the auto-file-snapshot timeout setting. Signed-off-by: Sebastien MALOT --- docs/technical-guide/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical-guide/configuration.md b/docs/technical-guide/configuration.md index 49d5a23e8d..618b945df6 100644 --- a/docs/technical-guide/configuration.md +++ b/docs/technical-guide/configuration.md @@ -588,7 +588,7 @@ PENPOT_FLAGS: [...] enable-auto-file-snapshot # Enable automatic v # Backend PENPOT_AUTO_FILE_SNAPSHOT_EVERY: 5 # How many save operations trigger the auto-save-version? -PENPOT_AUTO_FILE_SNAPSHOT_TIIMEOUT: "1h" # How often is an automatic save forced even if the `every` trigger is not met? +PENPOT_AUTO_FILE_SNAPSHOT_TIMEOUT: "1h" # How often is an automatic save forced even if the `every` trigger is not met? ``` Setting custom values for auto-file-snapshot does not change the behaviour for manual versions.