From 21d6283682775560e4f34b3f03eaa4186d95dca2 Mon Sep 17 00:00:00 2001 From: baro-odoo <138002894+baro-odoo@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:00:03 +0200 Subject: [PATCH] [FIX] odoo.sh: typo in branches.rst closes odoo/documentation#5753 X-original-commit: cbbd5a5ee9fcc1e2b6fb108c289a35a349dfec5a Signed-off-by: Jonathan Castillo (jcs) --- content/administration/odoo_sh/getting_started/branches.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/administration/odoo_sh/getting_started/branches.rst b/content/administration/odoo_sh/getting_started/branches.rst index 804fcf0cc..6e566acb5 100644 --- a/content/administration/odoo_sh/getting_started/branches.rst +++ b/content/administration/odoo_sh/getting_started/branches.rst @@ -99,7 +99,7 @@ disable the tests or allow specific tests to be run with custom tags in the :ref `. Similar to staging branches, the emails are not sent but are intercepted by a mailcatcher and -scheduled actions are not triggered as often is the database is not in use. +scheduled actions are not triggered as long as the database is not in use. The databases created for development branches are meant to live around three days. After that, they can be automatically garbage collected to make room for new databases without prior notice.