From 3489bf4144ae02bd0bcd532228109fc684bbb1b7 Mon Sep 17 00:00:00 2001 From: Carlos Valverde Date: Fri, 4 Apr 2025 11:57:41 +0000 Subject: [PATCH] [FW][FIX] howto/website: fix theming page typo This PR fixes a typo on current theming page. Task-4316611 closes odoo/documentation#12794 Forward-port-of: odoo/documentation#12778 Signed-off-by: Carlos Valverde (cvs) --- content/developer/howtos/website_themes/theming.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/howtos/website_themes/theming.rst b/content/developer/howtos/website_themes/theming.rst index d017f6715..250a31178 100644 --- a/content/developer/howtos/website_themes/theming.rst +++ b/content/developer/howtos/website_themes/theming.rst @@ -553,7 +553,7 @@ values and *not* the :file:`primary_variables.scss` file. When an option is defined by a variable in `primary_variables.scss` and by a Boostrap variable, you should always go for an override through the primary variables. Do it via - `bootsrap_overridden.scss` only if nothing exists in the primary variables. + `bootstrap_overridden.scss` only if nothing exists in the primary variables. .. seealso:: `Bootstrap overridden SCSS